View Full Version : MEL for Enable/Disable Selected IK Handles?
Korinkite 10-15-2010, 01:57 PM As the title says, I'm looking for the MEL command for when you select an IK handle and go to animation > skeleton > Enable (or Disable) Selected IK Handles. Does anyone know it? Thank you for your reply in advance ^_^.
|
|
mduvekot
10-15-2010, 09:39 PM
EnableSelectedIKHandles;
DisableSelectedIKHandles;
or rather
whatIs EnableSelectedIKHandles;
// Result: Run Time Command //
runTimeCommand -q -c EnableSelectedIKHandles;
// Result: ikHandle -e -eh //
and
whatIs DisableSelectedIKHandles;
// Result: Run Time Command //
runTimeCommand -q -c DisableSelectedIKHandles;
// Result: ikHandle -e -dh //
Korinkite
10-17-2010, 09:03 PM
Thank you very much ^_^.
CGTalk Moderation
10-17-2010, 09:03 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.