outlinerPanel [-control] [-copy string] [-defineTemplate string] [-docTag string] [-exists] [-init] [-isUnique] [-label string] [-menuBarVisible boolean] [-needsInit] [-outlinerEditor] [-parent string] [-popupMenuProcedure string] [-replacePanel string] [-tearOff] [-tearOffCopy string] [-unParent] [-useTemplate string]
[panelName]
outlinerPanel は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
このコマンドは、アウトライナ(Outliner)エディタだけを含むアウトライナ パネルを作成、編集、照会します。string | (パネルの名前) |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-exists(-ex)
|
|
![]() |
||
|
||||
-defineTemplate(-dt)
|
string
|
![]() |
||
|
||||
-useTemplate(-ut)
|
string
|
![]() |
||
|
||||
-init(-in)
|
|
![]() ![]() |
||
|
||||
-label(-l)
|
string
|
![]() ![]() |
||
|
||||
-copy(-cp)
|
string
|
![]() |
||
|
||||
-control(-ctl)
|
|
![]() |
||
|
||||
-isUnique(-iu)
|
|
![]() |
||
|
||||
-parent(-p)
|
string
|
![]() |
||
|
||||
-popupMenuProcedure(-pmp)
|
string
|
![]() ![]() |
||
|
||||
-unParent(-up)
|
|
![]() |
||
|
||||
-replacePanel(-rp)
|
string
|
![]() |
||
|
||||
-tearOff(-to)
|
|
![]() ![]() |
||
|
||||
-tearOffCopy(-toc)
|
string
|
![]() |
||
|
||||
-menuBarVisible(-mbv)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-needsInit(-ni)
|
|
![]() ![]() |
||
|
||||
-docTag(-dtg)
|
string
|
![]() ![]() ![]() |
||
|
||||
-outlinerEditor(-oe)
|
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// 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 -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 $outliner; showWindow;