Community
Maya Animation and Rigging
Welcome to Autodesk’s Maya Forums. Share your knowledge, ask questions, and explore popular Maya animation topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Invisible Joints in Outliner, Visible in Viewport

6 REPLIES 6
SOLVED
Reply
Message 1 of 7
Jeremy_k_nathaniel
1250 Views, 6 Replies

Invisible Joints in Outliner, Visible in Viewport

Hi there, I have a strange issue where I am able to see and select my joints in the viewport, node editor, ect. but I cannot find them in the outliner, even when trying to find them with ctrl+f. Does anyone why this might be? I have my settings to show all, is there something else that I might be missing? Thank you! Screenshot 2023-03-24 235315.pngScreenshot 2023-03-24 235556.png

6 REPLIES 6
Message 2 of 7

Hi!

 

The joints probably have the setting "Hidden in Outliner" turned on. You can check if that is the case in the Attribute Editor under the Display Settings.

hio.png

 

I hope it helps!

 

Message 3 of 7

Thanks so much for the reply! Unfortunately I tried that and it still is not showing up. I copied the skeleton and wiped away everything I could to isolate the joints, and the only object left is one of the controls. Apparently the joints are inside it but not seen. Do you know how this could be possible? Screenshot 2023-03-30 202614.png

Message 4 of 7

Sadly I can't think of anything that would do this, it also doesn't look like it is a shipped asset...

Could you maybe export this selection (the duplicated control with the joints) as a .ma and upload it here so I can take a direct look at it?

 

Message 5 of 7

That would be super helpful! Yes, here is the file. Thank you! https://tinyurl.com/22dzjs5k

Message 6 of 7

Hi!

 

So it was the "Hidden in Outliner" setting, but it is separately set on every object in the hierarchy of the "Joints" group.

 

Run this script form a python tab in the script editor, that should fix it.

import maya.cmds as mc

all = mc.ls(dag= True)


for a in all:
    mc.setAttr("{0}.hiddenInOutliner".format(a),0)

 

I hope it helps!

Message 7 of 7

Yes I think that worked! I needed to also toggle the "Hidden in Outliner" on and off again for them to show up, but they're there now! Thank you so much!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report