Unzip and put the ita_ConMan directory into your maya scripts directory. The default locations are:
System | Location |
---|---|
Windows | C:\Users\user\My Documents\maya\version\prefs\scripts |
Linux | ~/maya/version/prefs/scripts |
Mac | /Users/user/Library/Preferences/Autodesk/maya/version |
# Load
import ita_ConMan
ita_ConMan.show()
# Unload
import ita_ConMan
ita_ConMan._CMan.close()
ita_ConMan.unregister_cb()
Create a constraint with custom options:
Constraint data is saved in the scene file under a fileInfo entry.
To see the raw data, issue this command in a script editor:
maya.cmds.fileInfo("CMan_data", q=True)
Remove a constraint from the scene with the trash icon.
WARNING: THIS IS NOT UNDO-ABLE!
Purge: Remove ALL data from the tool.
(c) Jeffrey “italic” Hoover italic.rendezvous AT gmail
Licensed under the open source Apache 2.0 license. This script can be used for commercial and non-commercial projects free of charge.
Attribution not necessary, but greatly appreciated. Submit bug reports and pull requests:
Enjoy!