Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The newest couple versions are refactored to be a module instead of a single script - way better for upkeep, but it make the install a bit more of a pain. I'm not sure what state you are in - that error is not the usual one people with problems see, so I'll just start from the top
you need to put the MayaAutoControlRig folder (not the Mixamo_Auto_Control_Rig_v_1_6_0 folder) into your scripts directory.
what directory?? Some folks are having issues with maya not checking all of their script folders.
to ask maya where to put modules: type this in a python tab
import sys
for path in sys.path: print path
it will print a list of all the folders its checking
Once its installed in the right folder, run (or make a shelf button of) Mixamo_Auto_Control_Rig_v_1_6_0.py
that small script imports the module and calls the UI
Hope that helps
fyi - look for an update to the module in the coming weeks