Table of Contents
A toolbox full of various tools including:
- Fix Viewport
- When viewport 2.0 freaks out
- Custom Control Creation
- Combine multiple curves into one control
- Selection Tools
- Select all objects of specified types in the scene
- Select BlendShape targets on selected
- Select all animation curves in scene
- Constraint tools
- Create multiple constraints at once
- Bake constraints to animation (Great for sending to game engines!)
- Find constraint parents and children
- And More!
PySide2
Download the latest python script and follow the installation instructions
Currently only tested in Maya 2022.5
- Download the latest Python file
- Place the script on your local drive
- Windows : C:\Users\YourUserName\Documents\maya\scripts
- macOS : /Users/YourUserName/Documents/maya/scripts
- Create a shelf button
- Right-click on the shelf and choose New Shelf Button
- Edit the shelf button command
import hybrid_toolbox from imp import reload reload(hybrid_toolbox) hybrid_toolbox.openWindow()
- Name and Icon:
- Give your button a name and set an icon if you wish
Add the toolbox to a shelf for easy access
- Search for animation within selected group - included in v72!
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License pending
Twitter or X for you youngins - @bogusindustries
Project Link: https://github.com/bogusindustries/mayaToolbox