ConMan

Download: Source Zip

Create and manage constraints for rigging and animation.

ConMan ConMan

Install

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

Loading and Unloading

# Load
import ita_ConMan
ita_ConMan.show()
# Unload
import ita_ConMan
ita_ConMan._CMan.close()
ita_ConMan.unregister_cb()

Create Constraint

Create a constraint with custom options:

Switch targets

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 Constraints and Data

Remove a constraint from the scene with the trash icon.

WARNING: THIS IS NOT UNDO-ABLE!
Purge: Remove ALL data from the tool.

License

(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!