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

Fix excluded prim paths #1726

Merged

Conversation

csyshing
Copy link
Collaborator

Ensure excluded prims (that do not need to be rendered) handled properly so that we don't get double up geo on viewport.

@csyshing csyshing added the al Related to AnimalLogic plugin label Sep 27, 2021
@csyshing
Copy link
Collaborator Author

I checked the unit test log, the message is about schema generation error during configuration, on Windows + Maya 2019 only:

    Traceback (most recent call last):
      File "P:/shared/Artifactory/Windows/USD/4ae4ff5/bin/usdGenSchema", line 48, in <module>
        from pxr import Plug, Sdf, Usd, Vt, Tf
      File "P:\shared\Artifactory\Windows\USD\4ae4ff5\lib\python\pxr\Plug\__init__.py", line 29, in <module>
        Tf.PreparePythonModule()
      File "P:\shared\Artifactory\Windows\USD\4ae4ff5\lib\python\pxr\Tf\__init__.py", line 89, in PreparePythonModule
        "." + moduleName, f_locals["__name__"])
      File "P:\shared\Artifactory\Windows\rundev-2019\202003131251\runtime\155eb96\runTime\bin\python27.zip\importlib\__init__.py", line 37, in import_module
    ImportError: DLL load failed: The specified procedure could not be found.
    CMake Error at lib/usd/schemas/CMakeLists.txt:139 (message):
      Schemas generation failed

All other build variants passed file.

I am not quite sure why this PR is causing such an error on Windows + Maya 2019 ?

@seando-adsk
Copy link
Collaborator

@csyshing The 2019 build problem is a fault with our internal builds. I'm fixing it now, then we'll merge your PR.

@kxl-adsk kxl-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Sep 29, 2021
@seando-adsk seando-adsk reopened this Sep 29, 2021
@seando-adsk seando-adsk merged commit 67a9d34 into Autodesk:dev Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
al Related to AnimalLogic plugin ready-for-merge Development process is finished, PR is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants