Lazily load payloads from environments #636
Closed
BarceloChristian
started this conversation in
Ideas
Replies: 3 comments
|
Thanks @BarceloChristian! Will bring this idea to the team! |
0 replies
|
Opened an internal ticket for this feature. Will post the ETA when it is available. |
0 replies
|
Thanks for the suggestion. This is already supported through File → Open: in the file picker, expand Options and uncheck Open Payloads before opening the USD stage. This opens the stage with payloads unloaded, after which payloads can be selectively loaded from the Stage window. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
USD provides the notion of payloads as lazily loaded references that.
In the context of huge photo-realistic environments as the ones Isaac Sim shines the most with, having to open the scenario to then disable the payloads if needed.
Instead, adding the option to open a USD with ALL payloads disabled would improve the bring up time a lot and ease the edition of highly composited environments.
This could be added directly to Kit (or an Isaac Sim's extension) with a menu in
File -> Partial Load(or any other name) triggering a piece of code similar to this:If we were to go even one more step forward, we could allow to select which prim paths to load or not. Even tho a little more convoluted, it may be useful
All reactions