Maya Rigging Tools Menu

I am using Maya 2015 student version with all service packs installed and gave the rigging tools a try. Everything worked perfectly up until I wanted to edit my test character built through those same rigging tools.

The Edit Character menu only shows the top portion and leaves me no way of scaling the interface. I’ve tried using other tools to expand the window but nothing works.

Go into the Scripts folder within the rigging tools folders you placed on your engine files. It’s MayaTools/General/Scripts. Find the ART_skeletonBuilder_UI.py, or something like that. Open with Notepad++ or some other basic code editing program. Do a search for “sizeable” and change any falses you see to true.

Make sure you backup the file before doing it.

Cool, I found the menu I was looking for in customMayaMenu.py and set sizeable to true, recompiled the python script to .pyc and replaced the old one. Now I can set the size properly to see the two buttons.

Thanks

http://i.imgur.com/qoHpFu4.png