-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MAYA-105968] Nvidia attic stage - super slow to load #460
Comments
@Xaia Can you measure in USD view and compare? The pure load of USD assets depends on USD library. When reporting performance issues like this one, please compare first. |
@kxl-adsk Well, it is embarrassing but I have not clue how to run usdview from MayaPR114 build. It cannot be that once you have some shaders and textures in, scene loads forever. Checkbox for loading textures only on demand would be nice. |
Hi @Xaia and @kxl-adsk, I took a look at this and found that loading in USD view and in Maya take the same amount of time about a minute for the Attic File for me. I think like you said Xaia this is related to textures. Maybe something we could look into speeding up. I noticed if I turn on the use default material option the scene will come in and show the grey material but loading is still slow. Maybe if this option is enabled we can wait to load the textures. |
Pixar is already on to something. Not sure how this translates to Maya plugin though. |
Two notes for this issue:
|
Just to post my recent progress on this issue: As I mentioned above VP2RenderDelegate originally took 70s to load the NV attic scene, which presented two major overheads:
With #1043 the material realization overhead (16s) is gone, so it takes 54s now. It is still slower than HdSt (30s). I was expecting VP2RenderDelegate texture loading performance could be equivalent to HdSt because we share the same code path to read images from disk, so we will need to understand the reason of the gap. |
Describe the bug
I takes over 30 seconds to load simple nvidia attic usd stage.
Expected behavior
Quick load
Attachments
Specs (if applicable):
The text was updated successfully, but these errors were encountered: