Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
OK,
background of my question is, that I plan to implement a render job, where for each camera and light setting of a scene and frame an image is automatically rendered. Fine would be to store multiple camera and light setting as ".cm2" or ".lt2", where ".pz3" is the name of the current document ". As far as the definition is split into several parts and the file is opened by several successive sessions, keeping the name in mind is a litte cumbersome. An alternative would be to manage a specific rendering profile, but is there not a more elegant way for current scene name retrieval?
BR / Gunnar
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Hi,
there are many methods like SaveDocument, NewDocument, etc.. But how can a get the name of the current open poser document (in example MyFile.pz3)?
TIA