Hi,
i made a *.bat file to launch Maya with the right settings and environments, but i have an issue with ARNOLD_PLUGIN_PATH.
in my bat file i have this :
set
set "ARNOLD_PLUGIN_PATH =C:/modules\Arnold\mtoadeploy\2017\shaders;C:/\modules\Yeti\2017\bin"
start "C:\Program Files\Autodesk\Maya2017\bin\maya.exe"
But when maya is opened and i print the ARNOLD_PLUGIN_PATH variable it returns this :
C:/modules/Arnold/mtoadeploy/2017/shaders
C:/modules/Arnold/mtoadeploy/2017/procedurals
I think the mtoa.mll plugin overwrites the variable completly when it loads (if i dont load it the variable stays as i set it).
So when i want tu use Yeti with arnold it does not work.
BTW, it works if i use Maya.env file or if i set the variable in windows directly, but i would like to avoid those solutions.
What do you think? ![]()
Thanks
Soal
Gelöst! Gehe zur Lösung
Gelöst von Stephen.Blair. Gehe zur Lösung
Remove the space before the equal sign
set "ARNOLD_PLUGIN_PATH =C:/modules\Arnold\mtoadeploy\2017\shaders;C:/\modules\Yeti\2017\bin"
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.