Hi @fury_Night , I’m not sure where you’re really stumbling, but if you’re going to use my components, I recommend adding my repository path to MAYA_MODULE_PATH
environment variable in the Maya.env
- clone my repository to where you want (e.g.
C:\ymt_components
)
- Open your
Maya.env
(e.g. C:\Users\your user name\Documents\maya\2020\Maya.env )
- edit to appending the path
MAYA_MODULE_PATH=C:\ymt_components
or if MAYA_MODULE_PATH
entry already exists, append path with semicolon ;
MAYA_MODULE_PATH=C:\mgear_dist;C:\ymt_components
If you are unfamiliar with how to use the Maya module
or the Maya.env
notation, I suggest you look into it first.
http://help.autodesk.com/view/MAYAUL/2020/ENU/?guid=GUID-8EFB1AC1-ED7D-4099-9EEE-624097872C04
http://help.autodesk.com/view/MAYAUL/2020/ENU/?guid=GUID-228CCA33-4AFE-4380-8C3D-18D23F7EAC72