Forum: Poser Python Scripting


Subject: Poser crash at 'Quantizing Colors'

Ralf61 opened this issue on Jan 19, 2005 ยท 10 posts


ockham posted Wed, 19 January 2005 at 11:56 AM

Another small thing: it's generally not good to write files to the root directory C: . It's possible that some part of your system (antivirus, firewall???) may be rejecting this. Better to pick a definite folder, as in FileName=os.path.normpath("C:/misc/test.swf")

My python page
My ShareCG freebies