PoseWorks opened this issue on Jan 13, 2007 ยท 4 posts
PoseWorks posted Sat, 13 January 2007 at 12:16 AM
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!