移動先: 概要 戻り値 関連項目. フラグ. 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/頂点は Join1 からの平行移動/回転/スケールのみを受け取ります。aaaa と bbbb の間の CV/頂点は、Joint1 と Joint2 からの平行移動/回転/スケールを受け取ります。bbbbb を超える CV(belowBound)は Joint3 からの平行移動回転/スケールだけを受け取ります。
string | 新規 jointCluster ノードの名前 |
戻り値の型は照会モードでは照会フラグが基になります。
connectJoint, ikHandle, ikHandleDisplayScale, ikSolver, ikSystem, ikSystemInfo, insertJoint, joint, jointDisplayScale, jointLattice, mirrorJoint, removeJoint, removeJoint
aboveBound, aboveCluster, aboveDropoffType, aboveValue, belowBound, belowCluster, belowDropoffType, belowValue, deformerTools, joint, name
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
// 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;