outlinerPanel [-control] [-copy string] [-createString] [-defineTemplate string] [-docTag string] [-editString] [-exists] [-init] [-isUnique] [-label string] [-menuBarRepeatLast boolean] [-menuBarVisible boolean] [-needsInit] [-outlinerEditor] [-parent string] [-popupMenuProcedure script] [-replacePanel string] [-tearOff] [-tearOffCopy string] [-tearOffRestore] [-unParent] [-useTemplate string]
[panelName]
outlinerPanel は、取り消し可能、照会可能、および編集可能です。
このコマンドは、アウトライナ(Outliner)エディタだけを含むアウトライナ パネルを作成、編集、照会します。string | (パネルの名前) |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-control(-ctl)
|
|
|||
|
||||
-copy(-cp)
|
string
|
|||
|
||||
-createString(-cs)
|
|
|||
|
||||
-defineTemplate(-dt)
|
string
|
|||
|
||||
-docTag(-dtg)
|
string
|
|||
|
||||
-editString(-es)
|
|
|||
|
||||
-exists(-ex)
|
|
|||
|
||||
-init(-in)
|
|
|||
|
||||
-isUnique(-iu)
|
|
|||
|
||||
-label(-l)
|
string
|
|||
|
||||
-menuBarRepeatLast(-mrl)
|
boolean
|
|||
|
||||
-menuBarVisible(-mbv)
|
boolean
|
|||
|
||||
-needsInit(-ni)
|
|
|||
|
||||
-outlinerEditor(-oe)
|
|
|||
|
||||
-parent(-p)
|
string
|
|||
|
||||
-popupMenuProcedure(-pmp)
|
script
|
|||
|
||||
-replacePanel(-rp)
|
string
|
|||
|
||||
-tearOff(-to)
|
|
|||
|
||||
-tearOffCopy(-toc)
|
string
|
|||
|
||||
-tearOffRestore(-tor)
|
|
|||
|
||||
-unParent(-up)
|
|
|||
|
||||
-useTemplate(-ut)
|
string
|
|||
|
フラグはコマンドの作成モードで表示できます | フラグはコマンドの編集モードで表示できます |
フラグはコマンドの照会モードで表示できます | コマンド内でフラグを複数回使用できます。 |
// Create a new regular outliner in its own window // window; frameLayout -labelVisible false; string $panel = `outlinerPanel`; string $outliner = `outlinerPanel -query -outlinerEditor $panel`; outlinerEditor -edit -mainListConnection "worldList" -selectionConnection "modelList" -showShapes false -showReferenceNodes false -showReferenceMembers false -showAttributes false -showConnected false -showAnimCurvesOnly false -autoExpand false -showDagOnly true -ignoreDagHierarchy false -expandConnections false -showCompounds true -showNumericAttrsOnly false -highlightActive true -autoSelectNewObjects false -doNotSelectNewObjects false -transmitFilters false -showSetMembers true -setFilter defaultSetFilter -ignoreHiddenAttribute false -ignoreOutlinerColor false $outliner; showWindow;