ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
sculptTarget [-after] [-afterReference] [-before] [-components] [-deformerTools] [-dumpInfo] [-exclusive string] [-fixedSetupData string] [-frontOfChain] [-geometry string] [-geometryIndices] [-ignoreSelected] [-inbetweenWeight float] [-includeHiddenSelections] [-name string] [-parallel] [-prune] [-regenerate boolean] [-remove] [-selectedComponents] [-snapshot int] [-split] [-target int] [-useComponentTags]
int
sculptTarget は、取り消し可能、照会不可能、および編集可能です。
このコマンドは、スカルプト ツールとトランスフォームのマニピュレータによって修正されるブレンド シェイプ ターゲットを指定するために使用されます。なし
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
|---|---|---|---|---|
-after(-af)
|
|
|
||
|
||||
-afterReference(-ar)
|
|
|
||
|
||||
-before(-bf)
|
|
|
||
|
||||
-components(-cmp)
|
|
|||
|
||||
-deformerTools(-dt)
|
|
|||
|
||||
-dumpInfo(-dui)
|
|
|||
|
||||
-exclusive(-ex)
|
string
|
|
||
|
||||
-fixedSetupData(-fsd)
|
string
|
|||
|
||||
-frontOfChain(-foc)
|
|
|
||
|
||||
-geometry(-g)
|
string
|
|
||
|
||||
-geometryIndices(-gi)
|
|
|||
|
||||
-ignoreSelected(-is)
|
|
|
||
|
||||
-inbetweenWeight(-ibw)
|
float
|
|
||
|
||||
-includeHiddenSelections(-ihs)
|
|
|
||
|
||||
-name(-n)
|
string
|
|
||
|
||||
-parallel(-par)
|
|
|
||
|
||||
-prune(-pr)
|
|
|
||
|
||||
-regenerate(-r)
|
boolean
|
|
||
|
||||
-remove(-rm)
|
|
|
||
|
||||
-selectedComponents(-cms)
|
|
|||
|
||||
-snapshot(-s)
|
int
|
|
||
|
||||
-split(-sp)
|
|
|
||
|
||||
-target(-t)
|
int
|
|
||
|
||||
-useComponentTags(-uct)
|
|
|
||
|
||||
// To set the current editable target to target 3 sculptTarget -e -target 3 blendShape1; // To set the current editable target to none sculptTarget -e -target -1 blendShape1;