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

USD for Maya plugin not able to load #26

Closed
vanlicht opened this issue Aug 21, 2019 · 3 comments
Closed

USD for Maya plugin not able to load #26

vanlicht opened this issue Aug 21, 2019 · 3 comments

Comments

@vanlicht
Copy link

vanlicht commented Aug 21, 2019

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

@dtlindsey
Copy link

@vanlicht the Pixar USD plugin only works in 2016. It's in their docs.
The maya-usd repo works with USD 19.05 for now.
in your USD repo do
git checkout tags/v19.05
and build that to start

@vanlicht
Copy link
Author

@dtlindsey, thanks for the response!
I am happy to report that I successfully installed the USD and able to activate the Maya plug-ins on Maya 2018!
I didn't specify the tag using v19.05, so I assume I installed with v19.07.

@kxl-adsk
Copy link

kxl-adsk commented Sep 2, 2019

@vanlicht Can this issue be closed?

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

No branches or pull requests

4 participants