Forum: Poser Python Scripting


Subject: Pre-populate save dialog with current filename/path

3doutlaw opened this issue on Dec 11, 2012 ยท 10 posts


PhilC posted Tue, 11 December 2012 at 12:27 PM

If you want a default file name simply include in the startDir path

startDir = os.path.join(pathname, "default.pz3")