pxrUsd Plugin fails to load in Maya 2020 #1155
Answered
by
mattyjams
Akhilesh09
asked this question in
Q&A
-
initializePlugin function failed (pxrUsd) |
Beta Was this translation helpful? Give feedback.
Answered by
mattyjams
Jan 22, 2021
Replies: 1 comment 1 reply
-
Is there any more information available here? During initialization, the So this can happen if not all of your path variables have been set correctly. If you use the module file(s) included in maya-usd, this should be taken care of for you: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattyjams
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any more information available here?
During initialization, the
pxrUsd
plugin sources Mel script files and imports Python modules:maya-usd/plugin/pxr/maya/plugin/pxrUsd/plugin.cpp
Line 85 in 8510159
maya-usd/plugin/pxr/maya/plugin/pxrUsd/plugin.cpp
Line 110 in 8510159
So this can happen if not all of your path variables have been set correctly. If you use the module file(s) included in maya-usd, this should be taken care of for you:
https://github.com/Autodesk/maya-usd/blob/dev/doc/build.md#how-to-load-plug-ins-in-…