-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maya Tool - Hotkey Manager #15
Comments
I believe that the new Hotkey sets are only supported by Maya 2017. We should either support the older hotkey system as well as the newer, or simply not support it at all. |
As an intermediate solution, rather than using a complex GUI for maintaining hotkeys we could create a Hotkey Set (for Maya 2017+), export the file out and distribute the file along with mmSolver, so users can import the set and use it as they wish. |
A Hotkey Set has been created as "mmSolver" and may be automatically created if the .mod file contains "MMSOLVER_CREATE_HOTKEY_SET=1". A new shelf button has been added labelled "Hotkey" to allow the user to switch the hotkey sets quickly. A marking menu has also been created, with many commonly used tools. Some hotkeys have been created in the Hotkey Set.
|
This tool is designed to help users setting hotkeys.
The difficulty in this task will be working with Maya's hotkey setting mechanisms, and creating a tool that can work with-in a studio's pipeline.
For hotkeys, the logic will be that users need to set them, but will have recommended defaults. Hotkeys are a user's choice.
Needed features:
mmSolver
.Ideas:
Open questions:
<project root>/config/hotkey.json
?The text was updated successfully, but these errors were encountered: