Provides a floating shelf that you can customize to your liking, similar to a Maya shelf
On Windows, this goes in your My Documents\maya\scripts\
folder
Create a folder named FloatingShelf and clone this repo into it, or download the repo and extract the files into it.
Run this from the Maya script editor, or add it to a shelf as a python command, or a hotkey (recommended):
from FloatingShelf import FloatingShelf
FloatingShelf.FloatingShelfUI()
I bind it to F1, previously the 'Help' hotkey:
Tip
Every time I use the hotkey it toggles the menu
On Windows, Maya saves prefs in D:\Documents\maya\VERSION\prefs
by default. You can copy/paste floating_sheves.json
to other versions to share your shelves between versions. You can also delete this file to reset your settings.
- Fixed bug where globals() and locals() were not passed to
exec
, causing some scripts to not work properly
- Initial Commit