Am 18.09.2018 um 16:58 schrieb jr:
> this scene too has problems:
...
> bones.inc version 1.01 for POV-Ray 3.5 or higher
...
For such a complex scene - with self-modifying code and shit - the
actual error scenario turned out to be almost disappointingly simple:
#macro Foo()
#end
Foo()
^---- END OF FILE
So invoking a macro immediately at the end of a file is what breaks stuff.
Now to figure out how to fix this...
Post a reply to this message
|