移動先: 概要 戻り値 MEL 例.

概要

moveIKtoFK

選択した IK ハンドルまたは IK ハンドルにコネクトされたオブジェクトをコネクトされる FK ジョイントの位置に移動するスクリプトです。

戻り値

なし

MEL 例

 // 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;