This repo is used for demonstration purposes, to be followed along with in this blog post
http://bindpose.com/creating-maya-control-shape-manager
Scroll down for an example GIF.
- Copy the
controlShapeManagerfolder to your maya scripts path - typicallyC:/Users/username/maya/scripts. - In
manager.pychange theSHAPE_LIBRARY_PATHto the path where you would like to store your control shapes. - In
managerUI.pychangeSHELF_NAMEto the name of the shelf where you want to create the example button for the manager. - Run the following code, which will create a button, containing a dropdown menu, on the specified shelf.
import controlShapeManager- (Optional) To get the colours working you need to get the images from here. Then in
managerUI.pychangeICON_PATHto the path where you've saved them.
