Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

make selected object visible or invisible in outliner

make selected object visible or invisible in outliner

Anonymous
Not applicable
3,118 Views
2 Replies
Message 1 of 3

make selected object visible or invisible in outliner

Anonymous
Not applicable

hi,

i met a file that contain some object(group,joint and curve) that invisible in outliner but the object is able to find through node editor or hypergraph.. i had checked on ignore "Hidden in Outliner", checked the shapeNode's "visibility" and "LOD visibility", and also the viewport, but it still invisible in outliner.  I have attached a screenshot along with this post, do anyone have any idea on this? Your help is much appreciated, thank you

0 Likes
Accepted solutions (1)
3,119 Views
2 Replies
  • Maya
Replies (2)
Message 2 of 3

jmreinhart
Advisor
Advisor
Accepted solution

You can go to outliner > display > ignore hidden in outliner. Or select the hidden nodes and run this script to unhide them.

$sel = `ls -sl`;

for ($each_object in $sel){
    setAttr ($each_object + ".hiddenInOutliner") false;
    AEdagNodeCommonRefreshOutliners();
}
0 Likes
Message 3 of 3

Anonymous
Not applicable

 @jmreinhart 

 hi thanks for reply but i had try the "ignore hidden in outliner" before..but that can't make the object show in outliner..
 

0 Likes