Fri, Jan 10, 5:54 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: PP-Method Object:LockObject


gbn ( ) posted Sat, 11 June 2016 at 5:58 PM · edited Wed, 31 July 2024 at 8:39 PM

Hello, I'm missing above method inside PPro 2014. Idea behind: When you use a pose from the pose library for a figure, the pose will affect all body parts of the selected one, as it is defined by the pose. Sometimes it is nice to exclude some body parts from the pose. After using menu function Object:LockObject only the body parts are affected then, which are unlocked before. In case of RightArm you mostly need to lock all body parts below either, which are children of RightArm, i.e. RightIndex3 and others. I wanted to solve this with a PP-script, which resursively locks all children of selected body part additonally. But no method - no change... An alternative solution would be to save all values of RightArm, before the pose is applied and restore them after. But I guess, my first idea is easier. Is this possible w/ PPro 11, which I purchased but had no time to install until yet ? Any other clues ? TIA


PhilC ( ) posted Sun, 12 June 2016 at 1:07 AM

This option is provided in the Poser Tool Box. http://www.philc.net/PTB_page2.php#figureUtilities

It is effected by writing then applying a pose file to lock the actor.


gbn ( ) posted Sun, 12 June 2016 at 5:18 AM · edited Sun, 12 June 2016 at 5:22 AM

THX PhilC, found it at "(Un)Lock-Me + Children". You described the function for selected Hip-actor: Could you confirm, that "Me" means any selected body part of a figure, not Hip only ?


PhilC ( ) posted Sun, 12 June 2016 at 6:44 AM

Me = currently selected body part.


gbn ( ) posted Sun, 12 June 2016 at 6:32 PM

Great, looking forward your scripts...


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.