Hi everyone,
I am currently developping new tools for Autodesk Maya in Python and the main goal is to deploy them as modules or plugins on the network.
I need to be able to import modules in Maya at every start but the problem is that changing the environment variables (MAYA_MODULE_PATH or MAYA_SCRIPT_PATH) with the userSetup.py is to late in the starting process thus the modules are not callable without a restart.
I tried to change the Maya.env file but it is the same problem.
Does anyone have a solution ?