// ======================== // Show outliner window // ======================== global proc showOutliner() { if ( !`window -q -ex outlinerPanel1Window` ) { OutlinerWindow; int $tmp[] = `window -q -tlc outlinerPanel1Window`;//print $tmp[1]; if ( $tmp[1] < 1600 ) window -e -tlc 10 2100 outlinerPanel1Window; } else OutlinerWindow; }