Skip to content
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

usdview does not work correctly due to the old version USD 23.11 #3978

Open
bazhutkin opened this issue Oct 28, 2024 · 3 comments
Open

usdview does not work correctly due to the old version USD 23.11 #3978

bazhutkin opened this issue Oct 28, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@bazhutkin
Copy link

usdview does not work correctly due to changes in PySide6. Because of this, in the current version 0.30.0 the viewport does not display the model.

This problem has already been described and solved:
PixarAnimationStudios/OpenUSD@abb175d

I replaced stageView.py file from the current version of USD 24.11 in the folder C:\Program Files\Autodesk\MayaUSD\Maya2025\0.30.0\mayausd\USD\lib\python\pxr\Usdviewq and usdview worked fine.

Please build the plugin on the current version of Pixar USD.

Windows 11, Maya 2025.3, Maya USD 0.30.0, Pixar USD 23.11

@bazhutkin bazhutkin added the bug Something isn't working label Oct 28, 2024
@santosd santosd self-assigned this Oct 29, 2024
@santosd
Copy link
Collaborator

santosd commented Oct 29, 2024

Thank you @bazhutkin for reporting this issue. Because we use specific builds of USD inside of Maya we usually only update USD per release of Maya so that we don't break API compatibility between one update of a specific version of Maya to the next. Maya 2025.3 is on USD version 23.11 therefore any new version of MayaUSD for Maya 2025.3 will continue to be built against USD 23.11. However, if users have the ability to build MayaUSD on their own they can build against any version they would like.

@santosd
Copy link
Collaborator

santosd commented Nov 1, 2024

On another note, I was not able to reproduce the issue that you are experiencing. Are you using the following for launching USDView?
https://help.autodesk.com/view/MAYAUL/2025/ENU/?guid=GUID-C452B331-7C4D-4B58-A1BA-D03775F266A8

@bazhutkin
Copy link
Author

Yes, I tested all variants, including this unmodified code from the documentation. And every time this bug was reproduced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants