Forum: Poser Python Scripting


Subject: Is there a batch render script for Pz3 thumbnails?

z opened this issue on Apr 02, 2009 ยท 15 posts


markschum posted Fri, 10 April 2009 at 2:39 PM

Have a look at this one. It should test for the output render name and skip the file if it exists.

its a simple if not os.path.exists(filename): test but you then have to indent everything thats dependant on the condition.