Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2025 Feb 05 6:41 am)
http://forum.runtimedna.com/downloads.php?do=file&id=787
This a really useful script. It has a startup manager that opens to place scripts between sessions. Also, Netherworks has a script that will launch any script on Poser startup (in RDNA Zero Priced Items). If you use that to open the Startup Manager then you have a nice panel with your favorite scripts that will launch when Poser does :).
Laurie
Thank you.
I do know this has to be handled with a config file, what I'm wondering is if Poser has any undocumented features to do that, or if I have to do things manually.
The script is very very simple, adding a config handler class and parsing config files would require more effort than writing the script itself lol, but if there's no other way...
Quote - The script is very very simple, adding a config handler class and parsing config files would require more effort than writing the script itself lol, but if there's no other way...
Actually, this is fairly trivial and only requires a few lines of code added to your script.
Python has all the functionality you need built into it - just use the ConfigParser module:
Free stuff @ https://poser.cobrablade.net/
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.
Hello,
I've created a python script with a small window with some info, I'd like Poser to remember if the window was floating/docked and it's position in the interface from the last run.
Does Poser have a way to handle this configuration? or do I have to watch the position and resize events, and build my own config file?.
I'm using Poser 2012 SR3, but avoiding the Addon framework for backward compatibility.
Thanks :)