setEditor [-addToList] [-addToSet] [-allSets] [-applyWeightCommand string] [-autoExpand boolean] [-autoScroll boolean] [-autoUpdate boolean] [-collapseFrames] [-componentListLength int] [-createBookmark string] [-editPartitions] [-editSets] [-expandFrames] [-groupComponents boolean] [-listBookmarks] [-mode string] [-reload] [-removeFromSet] [-scrollFrames] [-showBlendShapeSets boolean] [-showBoneLatticeSets boolean] [-showClusterSets boolean] [-showDeformerSets boolean] [-showJointLatticeSets boolean] [-showLatticeSets boolean] [-showNormalSets boolean] [-showRenderSets boolean] [-showSculptSets boolean] [-showWireSets boolean] [-useBookmark string]
setEditor は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
このコマンドは、エディタの設定を作成や編集を行います。ユーザから起動されることはほとんどありません。通常は、パネル エディタ システムによって呼び出されます。 セット エディタ(Set Editor)は、ユーザ インタフェースの要素としてはサポートされなくなっているので注意してください。リレーションシップ エディタ(Relationship Editor)とコンポーネント エディタ(Component Editor)を参照してください。string | エディタの名前 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-addToSet(-ats)
|
|
![]() |
||
|
||||
-removeFromSet(-rfs)
|
|
![]() |
||
|
||||
-mode(-m)
|
string
|
![]() ![]() |
||
|
||||
-autoUpdate(-au)
|
boolean
|
![]() ![]() |
||
|
||||
-reload(-rl)
|
|
![]() |
||
|
||||
-addToList(-al)
|
|
![]() |
||
|
||||
-allSets(-as)
|
|
![]() |
||
|
||||
-createBookmark(-cb)
|
string
|
![]() |
||
|
||||
-useBookmark(-ub)
|
string
|
![]() |
||
|
||||
-listBookmarks(-lb)
|
|
![]() |
||
|
||||
-applyWeightCommand(-awc)
|
string
|
![]() |
||
|
||||
-showNormalSets(-sn)
|
boolean
|
|||
|
||||
-showRenderSets(-sr)
|
boolean
|
|||
|
||||
-showDeformerSets(-sd)
|
boolean
|
|||
|
||||
-showBoneLatticeSets(-sbl)
|
boolean
|
|||
|
||||
-showBlendShapeSets(-sbs)
|
boolean
|
|||
|
||||
-showClusterSets(-sc)
|
boolean
|
|||
|
||||
-showJointLatticeSets(-sjl)
|
boolean
|
|||
|
||||
-showLatticeSets(-sl)
|
boolean
|
|||
|
||||
-showSculptSets(-ss)
|
boolean
|
|||
|
||||
-showWireSets(-sw)
|
boolean
|
![]() ![]() |
||
|
||||
-editSets(-es)
|
|
![]() ![]() |
||
|
||||
-editPartitions(-ep)
|
|
![]() ![]() |
||
|
||||
-groupComponents(-gc)
|
boolean
|
![]() ![]() |
||
|
||||
-componentListLength(-cll)
|
int
|
![]() ![]() |
||
|
||||
-expandFrames(-ef)
|
|
![]() |
||
|
||||
-autoExpand(-aue)
|
boolean
|
![]() ![]() |
||
|
||||
-collapseFrames(-cf)
|
|
![]() |
||
|
||||
-scrollFrames(-sf)
|
|
![]() |
||
|
||||
-autoScroll(-aus)
|
boolean
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Make a set editor // string $win = `window`; frameLayout; setEditor; showWindow $win;