Allow you to convert an existing joint chain to a dynamic joint chain with FK controls offsets.
Just select the first and last joint of the chain, define the number of FK controls you want and their shapes and build the chain ! Very easy and user friendly. If you feel lost with the parameters, just keep the default ones :)
Enjoy!
How to install?
1/ Copy "UKDP_DFKC.py" in your maya script folder. Default is :
Windows:
<drive>:\Documents and Settings\<username>\My Documents\maya\<Version>\prefs\scripts
Mac OS X:
~/Library/Preferences/Autodesk/maya/<version>/prefs/scripts
Linux:
~/maya/<version>/prefs/scripts/
2/ Copy "UKDP_DFKC_icon.png" in your maya icons folder. Default is :
Windows:
<drive>:\Documents and Settings\<username>\My Documents\maya\<Version>\prefs\icons
Mac OS X:
~/Library/Preferences/Autodesk/maya/<version>/prefs/icons
Linux:
~/maya/<version>/prefs/icons/
3/ Open Maya, create a new button (make sure its in python: "command" tab > language : python)
Then copy the following code in the command tab:
import UKDP_DFKC
reload (UKDP_DFKC)
UKDP_DFKC.dynFkChains.UI ()
Assign the corresponding icon.
Contact
Contact me via CreativeCrash, or by mail at:
ukdp.scripts[at]gmail.com
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.