(2017-01-29, 20:07)Philippe Hurbain Wrote: tried a POV export, and POV chokes on this line:I noticed that one awhile back, it's a typo
#macro ldrawTexPearl(ldCode, pngIdx)
ldrawBuildTex(ldrawPigment(getColorIndex(ldCode), -1, -1), ldrawPearlNor, ldraPearlFin, pngIdx)
#end
(uninitialized identifier)
You can fix it by editing the povray/defaults/colors.pov file
ldrawBuildTex(ldrawPigment(getColorIndex(ldCode), -1, -1), ldrawPearlNor, ldrawPearlFin, pngIdx)
or use the attached file, it has some other changes/tweaks