Hi, if the locale is not the standart one, the povray export may produce invallid output. This is caused by writing float values to the .pov file with use of the fprintf function in common/project.cpp
I fixed it by adding setlocale(LC_NUMERIC, "C"); to the start of the case LC_FILE_POVRAY: block. Cheers detlef Ps. if you answer please CC me, cause i'm not subscribed to the list. _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
