alicevision / MeshroomMaya

Photomodeling plugin for Maya
http://alicevision.org
Mozilla Public License 2.0
140 stars 36 forks source link

qml and qt #200

Closed akuzminykh closed 4 years ago

akuzminykh commented 4 years ago

I'm getting the following output when I start the plug-in in maya:

[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 # 

The plug-in opens but the right panel is completely white. Here is a picture of that.

I'm not sure where to put the qml folder an I think this is the problem. Can someone explain to me where to put the qml folder and explain the thing about QML2_IMPORT_PATH in the Requirements?

fabiencastan commented 4 years ago

Did you manage to setup it?

akuzminykh commented 4 years ago

I've solve the problem of this issue. I just weren't aware about the Maya modules thing. That was my bad. Now I've included the plug-in in MAYA_MODULE_PATH and included D:\vcpkg\installed\x64-windows\qml in QML2_IMPORT_PATH. Sadly, the plug-in is still not running. I've opened another issue about that https://github.com/alicevision/MeshroomMaya/issues/202 if you are interested.