Hi,
I’ve searched through the forum a few times, and I see people with the same issue as myself, but I cannot find anything that really solved the issue.
So first off, I’m on a student/non commercial licenses - in case that matters.
I’ve tried both 2019 and 2020. Windows 10 OS.
I am unable to get mGear to install. There was no modules folder, so I have created it in Documents\maya, and in the 2020/2019 folders. I’ve tried all combinations of only in the maya folder, only in the 2020 folder etc.
I’ve moved both the “mgear-dist-3.6.6” and just the contents of the folder into the modules folder, in all of the different modules folders I have created. Nothing seems to work. When I run “import mgear” i get “No module named mgear”
If I try:
import maya.cmds as cmds
allModules = cmds.moduleInfo(listModules=True)
for eachModule in allModules:
print cmds.moduleInfo(path=True, moduleName=eachModule)
it only lists modules based in c:\program files (mostly plugins and bifrost) and c:\solidangle
I’m really quite unsure how to proceed? I am a reasonably technical user, but still learning Maya.