I tried it on a different system with the same python Version (but windows 11) where i didn’t see that issue, so somehow seems system related.
NOTE: on my Houdini Install which ships usdview build too i don’t have that issue.
I flagged it here aswell:
I’ve set the GPU to be used to the only GPU available:
No unfortunatly not complete.
They both (Laptop and Workstation) have the same Nvidia Driver version installed (565.90), i used the same Python and PySide6 version on both.
The main difference between the systems is Windows10 vs Windows11.
But i don’t believe it’s the actually hardware as i have Houdini installed on the System (which shows the red tint in the custom compile) and the USD-View shipped with Houdini looks fine. But Houdini Ships with PySide2 (probably custom build), while Python 3.11.2 doesn’t ship with PySide2 and only PySide6.
The left side is showing the custom compile, the right side the Houdini UsdView on the same system:
Could you try PySide 6.5 just to align with the vfx platform? I don’t think it would fix it but it would at least bring you closer to what other people have been trying it on.
I just tried downloading the USD 24.08, Python 3.10 build from:
and running it with the provided python environment and i still have that issue.
That’s really odd.
It seems pretty system related what wonders me the most, is that the Houdini USDView is working while the others don’t.
To make sure it is picking a dedicated graphicscard and not the built in one if you have two, you can set this envar to make sure to get the NVIDIA card.
Possibly worth trying usdview with --defaultsettings to make sure that there aren’t any settings via shortcuts you’ve accidently toggled which are remaining on.
that actually does the trick! Thank you for the suggestion.
When i run it with –defaultsettings the viewport shows up as it should.
I tried deleting the .usdview folder in my home directory before which was not doing the trick, not sure why it’s working now, but yeah that worked! I now removed the .usdview again and everything is working as expected.
Glad you got it sorted! That’s really weird that deleting the prefs folder didn’t do anything. If you ever encounter it again, it would be interesting to see what was in the prefs.
M