Trying to load payloads on Maya USD proxy nodes not working after have been previously disabled #3351
Replies: 5 comments 1 reply
-
I believe the solution would be to save the USD stage, as "anonymous Layer" means the USD layer only exists temporarily in memory. |
Beta Was this translation helpful? Give feedback.
-
I ran some tests on this and It seems that either way the issue seems to be broken. Whether I save the USD to the Maya file or save the Anonymous layer to its own USD file. I have issues with the Load Payloads option. I see your issue when I save everything to the Maya file. When I save things separately I see a different issue where the prims are always visible regardless of Load Payloads being checked or unchecked. I will log this issue internally and bring it over to our issues. |
Beta Was this translation helpful? Give feedback.
-
Created this issue from this discussion: #3362 |
Beta Was this translation helpful? Give feedback.
-
Hi @stephanehoarau! For the 'Load' action here, would you expect your payloads to load with descendants or to not load the descendants? |
Beta Was this translation helpful? Give feedback.
-
@stephanehoarau another thing to make note of is that these things can be loaded and unloaded from the Outliner through the right click menu. |
Beta Was this translation helpful? Give feedback.
-
Hello !
We hit an issue with the Load Payloads option (either in UI or by script) on USD proxy nodes.
I created a simple
demo_example.zip
file composed of two files to expose you the problem and the steps to reproduce the issue.The
example.usd
will contain a default prim called "main" that is composed of a payload file (geo_payload.usd).Steps to reproduce the issue:
demo_example.zip
Beta Was this translation helpful? Give feedback.
All reactions