Hi, I am new to scripting with mGear. I am trying to create a custom module to get myself more familiar with the code. I created an custom_module folder and put the path in my maya.env
MGEAR_SHIFTER_COMPONENT_PATH =C:\Users\myName\tools\mgear\custom_modules
I created an empty folder named “tail_testMod” under my “custom_module” folder as a start and before even putting any code in there mGear gives me the following warning:
Warning: Custom component name: init.pyc, already in default components. Names should be unique. This component is not loaded
I am confused as to why mGear throw this warning?