Tue, Nov 19, 7:25 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 Sep 18 2:50 am)

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: Looking for a script to toggle IK selectively


Khai ( ) posted Sun, 01 April 2007 at 11:03 AM · edited Wed, 13 November 2024 at 11:14 PM

hi and thanks for looking

what I would like to do (in poser 7) is have a script (or 4 scripts) that I can assign to hotkeys and use to turn on/off IK for each main affected area

eg : Hotkey 1 : Turn on/off IK for Right Foot
2: On/off for Left Foot

etc

can this be done? (I know the hotkey part can be done.. tho can Python scripts be assigned to a hotkey?)


Dizzi ( ) posted Sun, 01 April 2007 at 12:04 PM · edited Sun, 01 April 2007 at 12:07 PM

Err, why not assign a hotkey directly to the IK menu entries (see "Poser.xrc" in Runtime/ui)? And a hotkey to a script: http://www.contentparadise.com/forums/contentparadise/index.php?showtopic=4564



Khai ( ) posted Sun, 01 April 2007 at 12:12 PM

cos I did'nt know I could just go direct?


nruddock ( ) posted Sun, 01 April 2007 at 1:41 PM

Quote - Err, why not assign a hotkey directly to the IK menu entries (see "Poser.xrc" in Runtime/ui)? And a hotkey to a script: http://www.contentparadise.com/forums/contentparadise/index.php?showtopic=4564

I suspect it might not be possible for the IK menu items, as they're probably added dynamically based on what's present in the currently selected figure.
Only if the submenu items happen to have stable IDs (and you can find out what they are) would it be possible.


Dizzi ( ) posted Sun, 01 April 2007 at 3:06 PM

Oh, you're right, nruddock, didn't think about that. So it'll only work with 4 shortcuted scripts in the scripts menu.



Khai ( ) posted Sun, 01 April 2007 at 7:46 PM

hmm so back to the original idea then..


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.