Go to: Synopsis. Return value. MEL examples.

Synopsis

moveIKtoFK

Script for moving the selected ik handle or object connected to and ik handle to the location of the associated fk joint.

Return value

None

MEL examples

 // Say you have an ikHandle in FK mode (i.e. ikBlend is set to zero),
 // and you have performed a "Connect to FK/IK" operation to associate
 // a driver object with the ikHandle.

 // You have rotated the joints in the handle so that now the driver
 // and the ikHandle are no longer near to the joint.
 // Select the ikHandle or the driver object and type:

 moveIKtoFK;