Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2025 Feb 05 6:41 am)
The easiest rule to remember: Anything that you can do with parameter dials in Poser is accessible from Python. Only some of the other actions are properly reachable. You can load just about any kind of file, but the corresponding Save actions are mostly broken. If the Poser Python PDF documentation -doesn't- list a function, it's definitely not there; but if it -does- list a function, you still have to check to see whether it works! In general, the complicated actions that appear within a dialog box, like falloff zone graphs for magnets or the Joint Editor adjustments, are not available to Python. Sometimes you can "fake" these actions by various tricks like saving a file, modifying it, and re-reading it, but usually not.
My python page
My ShareCG freebies
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.
I know a bunch of computer languages and a bit of Python, but I don't yet own Poser 5. (I only tried Poser 4 demo).