I'm trying to get V-Ray set up for Yeti and everything I've tried has failed because it almost looks like V-Ray is hard-coding it's environment variables since I can create an env var in my Maya.env file that works fine but nothing works to add a path to VRAY_FOR_MAYA2015_MAIN_x64 and VRAY_FOR_MAYA2015_PLUGINS_x64. I've tried multiple lines, I've tried appending them append them to the existing one:
export VRAY_FOR_MAYA2015_MAIN_x64="/Applications/Autodesk/maya2015/vray":"/Applications/Yeti-v1.3.19_Maya2015-darwin64/bin"
I've tried overwriting it. I've tried exporting it for the session. I've tried changing the /etc/profile (where there is a separate entry made by the V-Ray installer) and restarting and nothing works. Everything that is output from getenv("VRAY_FOR_MAYA2015_PLUGINS_x64") is just /Applications/Autodesk/maya2015/vray/vrayplugins and nothing else. The weird thing is that OS X's terminal output shows that the environment variables are fine but it only shows the default path in Maya and so V-Ray can't find the Yeti bin.
Has anyone on OS X successfully changed these env vars?
export VRAY_FOR_MAYA2015_MAIN_x64="/Applications/Autodesk/maya2015/vray":"/Applications/Yeti-v1.3.19_Maya2015-darwin64/bin"
I've tried overwriting it. I've tried exporting it for the session. I've tried changing the /etc/profile (where there is a separate entry made by the V-Ray installer) and restarting and nothing works. Everything that is output from getenv("VRAY_FOR_MAYA2015_PLUGINS_x64") is just /Applications/Autodesk/maya2015/vray/vrayplugins and nothing else. The weird thing is that OS X's terminal output shows that the environment variables are fine but it only shows the default path in Maya and so V-Ray can't find the Yeti bin.
Has anyone on OS X successfully changed these env vars?
Comment