Hey all!
Description: Creates curve controls for facial animation.
Contains 2 tabs:- Readymade Control, and Create Your Own. Readymade Controls tab gives a few generic controls to get you started. Select the controls which you want to create and click on the --->>> to copy them over to the selected list. Once youve made your selection, hit the create button. Controls are created and grouped nicely so that you can move them around as you wish.
Make Your Own tab gives you the option to create the controls as you wish. You can Enter the name of the control, Number of box ctrls, position of the movable control, whether you want to create a text within[R or L] and whether you want it as a rectangle or a square. You can repeat the same for the Sliders and hit the Create Button. Alternatively, you could create only the text, Box, or the Slider by hitting the corresponding button.
Unzip the rar file and paste the *.pyc and the *.ui file in [Maya_Installed_Path]/bin.
Now in maya, type the following code in the Python tab and run it. You could also save it to shelf and run it from there.import facialGUI as gui
reload(gui)
gui.vjFacialGUI()
Tested for Maya 2011 and 2012. Unsure about the earlier versions. In case of error that says "Module not found", install the PyMel package by following the instructions given here! https://www.luma-pictures.com/tools/pymel/docs/1.0/install.html
Cheers!
Vijay.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.