I'm trying to append the Yeti info to VRAY_FOR_MAYA2016_PLUGINS_x64 in Maya.env file and it's not working. If I make this edit:
and do getenv("VRAY_FOR_MAYA2016_PLUGINS_x64") in Maya, it returns this:
// Result: /Applications/Autodesk/maya2016/vray/vrayplugins //
Any idea how to make this edit work?
Code:
VRAY_FOR_MAYA2016_PLUGINS_x64=/Applications/Autodesk/maya2016/vray/vrayplugins:/Applications/Yeti/bin
// Result: /Applications/Autodesk/maya2016/vray/vrayplugins //
Any idea how to make this edit work?
Comment