ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
deltaMush [-after] [-afterReference] [-before] [-components] [-deformerTools] [-dumpInfo] [-envelope float] [-exclusive string] [-fixedSetupData string] [-frontOfChain] [-geometry string] [-geometryIndices] [-ignoreSelected] [-includeHiddenSelections] [-inwardConstraint float] [-name string] [-outwardConstraint float] [-parallel] [-pinBorderVertices boolean] [-prune] [-remove] [-selectedComponents] [-smoothingIterations uint] [-smoothingStep float] [-split] [-useComponentTags]
selectionList
deltaMush は、取り消し可能、照会可能、および編集可能です。
このコマンドを使用して、deltaMush ノードを作成、編集、照会します。| string | デルタ mush デフォーマ ノードの名前 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-after(-af)
|
|
|
||
|
||||
-afterReference(-ar)
|
|
|
||
|
||||
-before(-bf)
|
|
|
||
|
||||
-components(-cmp)
|
|
|
||
|
||||
-deformerTools(-dt)
|
|
|
||
|
||||
-dumpInfo(-dui)
|
|
|
||
|
||||
-envelope(-en)
|
float
|
|
||
|
||||
-exclusive(-ex)
|
string
|
|
||
|
||||
-fixedSetupData(-fsd)
|
string
|
|
||
|
||||
-frontOfChain(-foc)
|
|
|
||
|
||||
-geometry(-g)
|
string
|
|
||
|
||||
-geometryIndices(-gi)
|
|
|
||
|
||||
-ignoreSelected(-is)
|
|
|
||
|
||||
-includeHiddenSelections(-ihs)
|
|
|
||
|
||||
-inwardConstraint(-iwc)
|
float
|
|
||
|
||||
-name(-n)
|
string
|
|
||
|
||||
-outwardConstraint(-owc)
|
float
|
|
||
|
||||
-parallel(-par)
|
|
|
||
|
||||
-pinBorderVertices(-pbv)
|
boolean
|
|
||
|
||||
-prune(-pr)
|
|
|
||
|
||||
-remove(-rm)
|
|
|
||
|
||||
-selectedComponents(-cms)
|
|
|
||
|
||||
-smoothingIterations(-si)
|
uint
|
|
||
|
||||
-smoothingStep(-ss)
|
float
|
|
||
|
||||
-split(-sp)
|
|
|
||
|
||||
-useComponentTags(-uct)
|
|
|
||
|
||||
// Create a poly sphere polySphere ; // Attach a deltaMush deformer to the sphere performing // 20 smoothing iterations with a step of 0.8 deltaMush -smoothingIterations 20 -smoothingStep 0.8 ;