Feel free to use this tool for free, and if it enhances your workflow, consider making a small donation. Your support is highly appreciated! Don't forget to share your honest feedback on how the tool performs for you by giving it a rating!
Efficiently cycle through your favorite Maya shelves with speed and ease, making this tool particularly effective when assigned as a convenient hotkey.
Navigate to the first saved bookmark shelf.
Rotate through the shelves you've saved bookmarked.
Navigate effortlessly through your Maya workspace with the Next and Previous buttons. Easily switch between shelves with a simple click, streamlining your workflow for a more efficient and seamless experience.
Customize the mhShelfToggle tool's settings to optimize its performance and tailor its behavior to your specific needs.
To add a command as a hotkey, Right-Click the button, and click Hotkey. This will open up another window with the code.
2019 and newer
At the bottom of that window, there is a button that you can click to Add to Maya Hotkey Editor. Clicking this will add all the commands for you and open up the Hotkey Editor. All you would need to do is choose the hotkey you would like to use.
2018 and older
Copy the code. At the bottom of that window, there is a button that you can click to open up the Hotkey Editor. Create a new hotkey and paste the copied code in this window and check the Python checkbox. Save and choose what key combination you would like to use to activate it.
Customize the language of this tool to match your preferences through the settings button.
If you have the error "Unrecognized File Type", you need to update your Maya. Maya 2017 doesn't support drag & drop
You will have to manually move the mhShelfToggle folder into the maya/scripts folder.
After you have added the files to the maya/scripts you can add this code to the Maya scriptEditor in a Python tab and it will open the tool window.
from mhShelfToggle import launcher
launcher.window()When installing more than one of the mhAnimTools at a time you might get an error saying Missing Files. You will need to restart Maya and install the tool that was not working.
Unzip the contents of the file to anywhere on your PC (e.g. desktop or download folder).
Drag and drop the install.py file onto the Maya viewport.
The button will be added to your current Maya shelf.
To add a button from the mhReset window to the current shelf, Right-Click the button and select Add to Shelf.

If you have the error "Unrecognized File Type", you need to update your Maya. Maya 2017 doesn't support drag & drop
You will have to manually move the mhShelfToggle folder into the maya/scripts folder.

After you have added the files to the maya/scripts you can add this code to the Maya scriptEditor in a Python tab and it will open the tool window.
from mhShelfToggle import launcher
launcher.window()When installing more than one of the mhAnimTools at a time you might get an error saying Missing Files. You will need to restart Maya and install the tool that was not working.
To add a command as a hotkey, Right-Click the button, and click Hotkey. This will open up another window with the code.
2019 and newer
At the bottom of that window, there is a button that you can click to Add to Maya Hotkey Editor. Clicking this will add all the commands for you and open up the Hotkey Editor. All you would need to do is choose the hotkey you would like to use.

2018 and older
Copy the code. At the bottom of that window, there is a button that you can click to open up the Hotkey Editor. Create a new hotkey and paste the copied code in this window and check the Python checkbox. Save and choose what key combination you would like to use to activate it.
Customize the language of this tool to match your preferences through the settings button.
