Thanks, I've added a bug to remind me to fix it later when I fix the POV export function.
On Jul 22, 2007, at 6:27 AM, Detlef Reichl wrote: > 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 > ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
