Uh oh!
There was an error while loading. Please reload this page.
#115 1.2 usd viewer features - #123
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ### USD Outliner | ||
| The USD Outliner plugin displays the hierarchy of USD stages sourced from specific nodes (UsdStageOpen & UsdStageNew) in the active board workflow. It provides a tree view of the USD scene, allowing users to explore, select, and interact with USD prims. Selecting a prim in the outliner works in conjunction with the USD Viewer plugin for hierarchical navigation. Double-clicking a prim creates a UsdPrimGet operator linked to the selected prim for further manipulation. For more information on working with USD stages, refer to the section on [USD Catalogs](#catalogs). |
There was a problem hiding this comment.
What about UsdStage? We do have that node, right?
There was a problem hiding this comment.
we do but it is not picked up by the plugin
There was a problem hiding this comment.
Hmm I see, do you think is worth to allow the plugin to also inspect UsdStage nodes?
For example, if we use a MayaUsdStageGet node to get a USD stage and we want to inspect it, we could just connect it to a UsdStage to allow this functionality.
Is there a way to do this with the current compatible nodes without having to look for the stage path?
There was a problem hiding this comment.
Well, adding the UsdStage node might cause duplication issues with the same stage being displayed in multiple tabs of the viewer. I don't know whether this might cause problems. Also displaying a stage already loaded in maya in the Usd Viewer as well does not make a lot of sense I think.
What I mean is in general my opinion is that adding the UsdStage node will cause more issues than benefits at this point.
What do you think?
There was a problem hiding this comment.
Ok, I see what you mean.
I think that if no one makes a request about this, I think we can keep the current implementation.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Julia Visser <julia.visser@inbibo.co.uk>
Co-authored-by: Julia Visser <julia.visser@inbibo.co.uk>
Co-authored-by: Julia Visser <julia.visser@inbibo.co.uk>
Co-authored-by: Julia Visser <julia.visser@inbibo.co.uk>
Co-authored-by: Julia Visser <julia.visser@inbibo.co.uk>
Co-authored-by: Julia Visser <julia.visser@inbibo.co.uk>
Issue #115
This PR adds information on the following additions to the Shift USD Catalogs and Plugins: