Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 26 2:05 pm)
Look through the Poser Python Scripting forum here at R'osity; plenty of examples, tips, etc. dating back to February 2001.
LD is right. You'll find that the PDF listing the various functions is not quite right; some things don't work at all, and many of the functions don't work the way the PDF says. Another general caution: the tutorials you'll find in "regular Python" websites are not completely relevant to the Poser situation, because they assume you're operating within the standard Python interpreter. Most of the commands are the same, but the overall purpose is different. The "regular Python" examples are aimed at printing out results, while the purpose within Poser is to sense and move the objects in the scene. So I'd recommend just starting with a simple script and playing around, inside the Poser interface.
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 have found documentation on the Python Poser functions etc as well as pure Python tutorials but what about tutorials/examples showing how to use Pyhton inside Poser?