add USD Prims to USD collection cause maya freeze #3854
Unanswered
sylvieChen
asked this question in
Q&A
Replies: 1 comment
-
Thank you for reporting. We are currently exploring collection support in our UI for light linking and generic collection use. We will dig into this as we explore this issue. |
Beta Was this translation helpful? Give feedback.
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.
-
Hi,
I would like to ask for some help. I am trying to add usd prims to usd collections using usd api. I find when I do it on a heavy usd assembly, even when I am adding only one prim to a already exists collection it still cause maya to freeze. I tried to change the script to use Sdf API, and put it under Sdf.ChangeBlock(), although the script runs faster, but after execute the script, maya still freeze for about 1-2 minutes.
I tried to use cmds.refresh(suspend=True) before running the script to suspend maya viewport to redraw, but maya still freeze.
if you have any idea, please let me know.
I am testing on maya 2023, mayausd 0.26.0
Beta Was this translation helpful? Give feedback.
All reactions