Forum: Poser - OFFICIAL


Subject: Poser file name via Python

3doutlaw opened this issue on Jun 26, 2013 · 11 posts


ockham posted Wed, 26 June 2013 at 5:53 PM

Horrible but practical workaround: 

You could save the scene [poser.SaveDocument()] and then look at the files on disk to see which PZ3 had the most recent modification date!

If you only need to KNOW what the name is, not to find it among other existing PZ3s, you can do SaveDocument() with a specified name then reload the specified name.

poser.SaveDocument("ThisIsKnownFileName.PZ3")

poser.OpenDocument("ThisIsKnownFileName.PZ3")

My python page
My ShareCG freebies