Forum Moderators: Staff
Poser Python Scripting F.A.Q (Last Updated: 2024 Sep 18 2:50 am)
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
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.
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.
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?)