Message 1 of 1
Maya plug-in doesn't load correctly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to use the MeshroomMaya plug-in in Maya. It's loading into Maya but when I start the plug-in it seems to be broken. Here is the output in the script editor:
[MeshroomMaya] Plugin loaded.
WARNING : toolstat module not found.
# Warning: The renderer ('base_OpenGL_Renderer') is not currently available. Viewport 2.0 will be used instead. #
# Warning: The renderer ('base_OpenGL_Renderer') is not currently available. Viewport 2.0 will be used instead. #
# Error: line 1: No module path found #
Here is a picture of the plug-ins UI:
On the 3. panel should be a toolbox but it's completely white.
After building/installing the plug-in there were 3 folders:
- plug-ins with the .mll. I've moved the .mll to my MAYA_PLUG_IN_PATH
- scripts with MEL and Python stuff. I've moved all to C:\Users\me\Documents\maya\2020\scripts
- qml with .qml files.
I'm not sure where to move the third folder and have tried many places, e.g. C:\Program Files\Autodesk\Maya2020\qml or MAYA_PLUG_IN_PATH. Could this be the problem?
Where to put this folder? And what is the toolstat module mentioned in the console?