Hello,
I think I found a scene crashing pov (version windows 3.6.1.icl8.win32). You
need an include file with a macro
File test.inc :
#macro sph()
sphere { 0, 1 }
#end
File test.pov :
#include "test.inc"
sph()
#if (true
#end
test.pov gives an internal error and the backend thread is shutted down
M
Post a reply to this message
|