ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
jointCluster [-aboveBound float] [-aboveCluster] [-aboveDropoffType string] [-aboveValue float] [-belowBound float] [-belowCluster] [-belowDropoffType string] [-belowValue float] [-deformerTools] [-joint string] [-name string]
string
jointCluster は、取り消し可能、照会可能、および編集可能です。
jointCluster コマンドは高度なコントロールを追加し、ジョイント周辺のバインド スキンのクラスタ パーセンテージ値を管理します。JointCluster は、ジョイントが回転する場合にスキンの屈伸時の滑らかな動きを作成する方法の 1 つです。
. a <---- aboveBound
. ____________a_________
. a \
. Joint1 a Joint2
. _____________a_______ \
. a \ \ b <--- belowBound
. a \ \ b
. \ b
. \ b \
. b\ \
. b \ Joint3
Joint1 と aaaaa (aboveBound)の間の CV/頂点は Joint1 からの移動/回転/スケールのみを受け取ります。aaaa と bbbb の間の CV/頂点は、Joint1 と Joint2 からの平行移動/回転/スケールを受け取ります。bbbbb を超える CV (belowBound)は Joint3 からの平行移動回転/スケールだけを受け取ります。
string | 新規 jointCluster ノードの名前 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
connectJoint, ikHandle, ikHandleDisplayScale, ikSolver, ikSystem, ikSystemInfo, insertJoint, joint, jointDisplayScale, jointLattice, mirrorJoint, removeJoint
aboveBound, aboveCluster, aboveDropoffType, aboveValue, belowBound, belowCluster, belowDropoffType, belowValue, deformerTools, joint, name
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
// To add a joint cluster to a rigidly bound skin.
// Note the skin should be at bind pose when the cluster is added.
//
jointCluster -ab 20 -bb 20 -j joint2;