Skip to content

Provides a floating shelf for Maya

License

Notifications You must be signed in to change notification settings

SPluzh/FloatingShelf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Floating Shelf

Provides a floating shelf that you can customize to your liking, similar to a Maya shelf

image image

Installation

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.

Running the Script

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()

Hotkey

I bind it to F1, previously the 'Help' hotkey: image

Tip

Every time I use the hotkey it toggles the menu

Different Maya Versions

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.

Changelog

1.0.1

  • Fixed bug where globals() and locals() were not passed to exec, causing some scripts to not work properly

1.0.0

  • Initial Commit

About

Provides a floating shelf for Maya

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%