Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 742 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 742 Bytes

This is the modular rigging system for Maya that I developed as part of my master's thesis work at Texas A&M University. The rigging system uses XML files to store the rig definitions, and sets up a metadata node network in Maya in order to create, update, and remove rigs from the Maya scene. For more information see my thesis paper at:

http://oaktrust.library.tamu.edu/bitstream/handle/1969.1/152498/KELLY-THESIS-2014.pdf

Requirements

The python scripts were developed for use in Maya 2012. The C++ plugins have dependencies on Boost 1.47 and RapidXML 1.13. The plugins were compiled in Windows 7 using Microsoft Visual Studio 2008. Compatibility with different software or API versions may be possible, but is not guaranteed.