How do you load a stage without payloads? #4346
-
|
I want to load a stage and have its initial representation to show only bounding boxes (which would be computed using pre-authored extentsHints). To do that, I need to load the stage without payloads to start. How do I do that? Specifically I would want 2 layers
I checked around to other posts to see if this was asked before and am trying to piece together the solution. For example Using that as a basis I tried making a repro and am struggling. If someone can show a working snippet it'd be greatly appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
When loading a USD Stage from file, notice the Load Payloads option in the load option. That will load all the payloads. If you don't want that, uncheck that option. After loaded, right click prims in the outliner if you want to load the payloads of just that prim. If you do not click Load Payloads with Descendants, just payloads at that prim level will load and none of the children prim payloads. |
Beta Was this translation helpful? Give feedback.

When loading a USD Stage from file, notice the Load Payloads option in the load option. That will load all the payloads. If you don't want that, uncheck that option. After loaded, right click prims in the outliner if you want to load the payloads of just that prim. If you do not click Load Payloads with Descendants, just payloads at that prim level will load and none of the children prim payloads.