Fri, Jan 10, 9:56 AM CST

Renderosity Forums / Poser Python Scripting



Welcome to the Poser Python Scripting Forum

Forum Moderators: Staff

Poser Python Scripting F.A.Q (Last Updated: 2024 Dec 02 3:16 pm)

We now have a ProPack Section in the Poser FreeStuff.
Check out the new Poser Python Wish List thread. If you have an idea for a script, jot it down and maybe someone can write it. If you're looking to write a script, check out this thread for useful suggestions.

Also, check out the official Python site for interpreters, sample code, applications, cool links and debuggers. This is THE central site for Python.

You can now attach text files to your posts to pass around scripts. Just attach the script as a txt file like you would a jpg or gif. Since the forum will use a random name for the file in the link, you should give instructions on what the file name should be and where to install it. Its a good idea to usually put that info right in the script file as well.

Checkout the Renderosity MarketPlace - Your source for digital art content!



Subject: pzrXml 3.0 and (new) pzrCommands - Code now open to developers


PoseWorks ( ) posted Sat, 13 January 2007 at 12:16 AM · edited Fri, 10 January 2025 at 9:36 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!


PhilC ( ) posted Sat, 13 January 2007 at 12:23 AM

Outstanding :)


svdl ( ) posted Sat, 13 January 2007 at 1:55 AM

Thanks!!!

The pen is mightier than the sword. But if you literally want to have some impact, use a typewriter

My gallery   My freestuff


gbn ( ) posted Mon, 15 January 2007 at 1:20 AM

Looks goods. I'm not fine with existing P7-dialogs. Will test when time.

BR / Gunnar


Privacy Notice

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.