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

[usdviewq] Fix errors from stricter PySide2 5.15.1 checks. #1320

Conversation

asluk
Copy link
Collaborator

@asluk asluk commented Sep 11, 2020

Description of Change(s)

Fixes the build when building on Windows with PySide2 5.15.1

Fixes Issue(s)

To repro, build with python 3.6 with PySide2 5.15.1 installed on Windows

python.exe build_scripts\build_usd.py _install

Build will error out with the diagnostics below. This PR renames the offending components.

[10:06:07] : [Step 3/6] CUSTOMBUILD : error : E:\w\da639afa0455b478\USD\pxr\usdImaging\usdviewq\mainWindowUI.ui: Warning: The name 'attributeBrowserFrame' (QFrame) is already in use, defaulting to 'attributeBrowserFrame1'. [E:\w\da639afa0455b478_build\win64_py36_release\USD\pxr\usdImaging\usdviewq_usdviewq_pysideuifiles.vcxproj]
[10:06:07] : [Step 3/6]
[10:06:07] : [Step 3/6]
[10:06:07] : [Step 3/6]
[10:06:07] : [Step 3/6] E:\w\da639afa0455b478\USD\pxr\usdImaging\usdviewq\mainWindowUI.ui : warning : The name 'verticalLayout_7' (QVBoxLayout) is already in use, defaulting to 'verticalLayout_71'. [E:\w\da639afa0455b478_build\win64_py36_release\USD\pxr\usdImaging\usdviewq_usdviewq_pysideuifiles.vcxproj]

@jtran56
Copy link

jtran56 commented Sep 12, 2020

Filed as internal issue #USD-6337

@pixar-oss pixar-oss merged commit ac8f6d4 into PixarAnimationStudios:dev Sep 14, 2020
@asluk asluk mentioned this pull request Oct 5, 2020
@asluk asluk deleted the usdview_win_pyside2_5-15-1 branch December 2, 2020 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants