-
Notifications
You must be signed in to change notification settings - Fork 201
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
USD for Maya plugin not able to load #26
Comments
@vanlicht the Pixar USD plugin only works in 2016. It's in their docs. |
@dtlindsey, thanks for the response! |
@vanlicht Can this issue be closed? |
PIPE-2049: Set config subripository value
Hi,
I build the plugin using the build_usd.py, installed/ tried on both Maya 2018 and 2019
Windows10 64bit
Python 2.7
The command I used to install:
C:\Users\xxx\Desktop\maya-usd-19.07\build_scripts>build_usd.py --force-all --no-doc --python --maya --maya-location "C:\Program Files\Autodesk\Maya2018" "C:\Users\xxx\Git\USDAD"
In the plugin manager it the options showed up, but whenever I tried to load, Maya gives the following messages:
// Error: file: C:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: Unable to dynamically load : C:/Users/xxx/Git/USDAD/third_party/maya/plugin/pxrUsd.mll
The specified module could not be found.
//
// Error: file: C:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: The specified module could not be found.
(pxrUsd) //
// Error: file: C:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: Unable to dynamically load : C:/Users/xxx/Git/USDAD/third_party/maya/plugin/pxrUsdPreviewSurface.mll
The specified module could not be found.
//
// Error: file: C:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: The specified module could not be found.
(pxrUsdPreviewSurface) //
// Error: file: C:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: Unable to dynamically load : C:/Users/xxx/Git/USDAD/third_party/maya/plugin/pxrUsdTranslators.mll
The specified module could not be found.
//
// Error: file: C:/Program Files/Autodesk/Maya2018/scripts/others/pluginWin.mel line 290: The specified module could not be found.
(pxrUsdTranslators) //
It'd be great if any one have good suggestions. Thanks!
Thomas
The text was updated successfully, but these errors were encountered: