ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
jointLattice [-after] [-afterReference] [-before] [-components] [-creasing float] [-deformerTools] [-dumpInfo] [-exclusive string] [-fixedSetupData string] [-frontOfChain] [-geometry string] [-geometryIndices] [-ignoreSelected] [-includeHiddenSelections] [-joint string] [-lengthIn float] [-lengthOut float] [-lowerBindSkin string] [-lowerTransform string] [-name string] [-parallel] [-prune] [-remove] [-rounding float] [-selectedComponents] [-split] [-upperBindSkin string] [-upperTransform string] [-useComponentTags] [-widthLeft float] [-widthRight float]
selectionList
jointLattice は、取り消し可能、照会可能、および編集可能です。
このコマンドは、jointLattice デフォーマを作成、編集、照会します。作成、編集されたオブジェクトの名前を返します。通常は、より高次のフレクサ コマンドを介して、この機能を利用します。| string | 作成/編集したジョイント ラティス アルゴリズム ノードの名前。 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-after(-af)
|
|
|
||
|
||||
-afterReference(-ar)
|
|
|
||
|
||||
-before(-bf)
|
|
|
||
|
||||
-components(-cmp)
|
|
|
||
|
||||
-creasing(-cr)
|
float
|
|
||
|
||||
-deformerTools(-dt)
|
|
|
||
|
||||
-dumpInfo(-dui)
|
|
|
||
|
||||
-exclusive(-ex)
|
string
|
|
||
|
||||
-fixedSetupData(-fsd)
|
string
|
|
||
|
||||
-frontOfChain(-foc)
|
|
|
||
|
||||
-geometry(-g)
|
string
|
|
||
|
||||
-geometryIndices(-gi)
|
|
|
||
|
||||
-ignoreSelected(-is)
|
|
|
||
|
||||
-includeHiddenSelections(-ihs)
|
|
|
||
|
||||
-joint(-j)
|
string
|
|
||
|
||||
-lengthIn(-li)
|
float
|
|
||
|
||||
-lengthOut(-lo)
|
float
|
|
||
|
||||
-lowerBindSkin(-lb)
|
string
|
|
||
|
||||
-lowerTransform(-lt)
|
string
|
|
||
|
||||
-name(-n)
|
string
|
|
||
|
||||
-parallel(-par)
|
|
|
||
|
||||
-prune(-pr)
|
|
|
||
|
||||
-remove(-rm)
|
|
|
||
|
||||
-rounding(-ro)
|
float
|
|
||
|
||||
-selectedComponents(-cms)
|
|
|
||
|
||||
-split(-sp)
|
|
|
||
|
||||
-upperBindSkin(-ub)
|
string
|
|
||
|
||||
-upperTransform(-ut)
|
string
|
|
||
|
||||
-useComponentTags(-uct)
|
|
|
||
|
||||
-widthLeft(-wl)
|
float
|
|
||
|
||||
-widthRight(-wr)
|
float
|
|
||
|
||||
// Select a "dualBase" lattice that is connected to a rigidly bound skin. // To create a dualBase lattice, use the dualBase flag on the lattice command. // jointLattice -joint joint2 -upperBindSkin joint1Cluster1 -lowerBindSkin joint2Cluster2; jointLattice -upperTransform joint1 -lowerTransform joint2 -joint joint2 -upperBindSkin joint1Cluster1 -lowerBindSkin joint2Cluster2; jointLattice -edit -creasing 0.5 jointLattice1;