blog

2015/05/08

複数アウトライナ

とりあえずメモ。
 
SDKに書いてあったのとネットで拾ったのくっつけただけだけど。
何が起きてるのかよく分かってないけど挙動は大体望んだ感じに
なってるからOKってことにしておこう。。 
 
しかしWindowが指定した大きさ以下にならないのが何でだか分からんけどとりあえず
後回しにしてお仕事お仕事ε≡≡ヘ( ´Д`)ノ 
 
 
window -t "Outliner"; 
frameLayout -labelVisible false -h 400 -w 280;;
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 true
    -showSetMembers true
    -setFilter defaultSetFilter
    $outliner;
showWindow;

0 件のコメント:

コメントを投稿