Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 28 11:20 am)
Yes, you can.
It works nicely, IF the command is already a main menu item. I don't know if actions inside the material room would work that way.
If not, you can use another trick inside the ScriptsMenu folder. Find or write a python script that forms the action you want, then give the script a filename that includes the hotkey.
For instance, I have a SnapTo script that I've rigged to act on Alt-Z.
The script is in the ScriptsMenu folder, and its filename is
SnapTo###Alt+Z.py
Taking this apart:
The title SnapTo
then ###
then Alt+Z
then .py
My python page
My ShareCG freebies
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.
Can you add a menu item to the poser.xrc file if it doesn't already appear there ? I would like to add Copy Material, Paste Material & Apply material to all and then add keyboard shortcuts for them.