Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)
Thanks!!!
The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter
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.
Download pzrXml30 and pzrCommands
Visit the pzrXml discussion board
I've decided to open the source code for pzrXml. You can now download, modify and redistribute the source code for pzrXml 3.0. The pzrXml30 module contains mainly internal improvements over pzrXml20, and was built to power Particles 3/PZ's interface.
Also newly included in the pzrXml package (and also open source) is pzrCommands. pzrCommands allows you to take advantage of Poser 7's new ProcessCommand method to access any of Poser's menu commands from script.
For example, with the pzrCommands module loaded, you can open the Hierarchy Editor window by coding:
Commands.Window.HierarchyEditor.Execute()
or swap the right and left leg poses of a figure by coding:
Commands.Figure.Symmetry.SwapRightAndLeftLegs.Execute()
Unfortunately, I have not had time to update the documentation for pzrXml for the new version, so only the pzrXml20 documentation is included.
Dissect and enjoy!