So frustrating, and I know it's something simple. It doesn't matter what I put in the post translate script window, I get "# Error: There was a fatal error building the scene for V-Ray. #".
I started trying to use the examples in the docs (turn your shaders red...blah blah) and got the fatal error, so Then I try just putting a comment there and I STILL get fatal error. We have a central install setup, but I've installed vray locally to try and trouble shoot, but I still get the same error. If I run enter "from vray.utils import *" in the maya python shell, I I get no errors.
print os.environ['PYTHONPATH']
# Result: //disks/nas0/CGI/_melScripts/common/scripts;C:/Program Files/DynamicaBullet2.81ForMaya2013-x64/scripts;C:/Program Files/Pixelux/DMM2013/scripts;C:/Program Files (x86)/dRaster/NEX/2013-x64/scripts;C:/Program Files/Autodesk/Maya2013/vray/scripts/vray;C:/Program Files/Autodesk/Maya2013/vray/scripts;C:/Program Files/Autodesk/Maya2013/mentalray/scripts/AETemplates;C:/Program Files/Autodesk/Maya2013/mentalray/scripts/mentalray;C:/Program Files/Autodesk/Maya2013/mentalray/scripts/unsupported;C:/Program Files/Autodesk/Maya2013/mentalray/scripts #
for whatever reason, it seems vray is choking trying to run the python interpreter.
Any thoughts are greatly appreciated!
Thank you,
-ctj
I started trying to use the examples in the docs (turn your shaders red...blah blah) and got the fatal error, so Then I try just putting a comment there and I STILL get fatal error. We have a central install setup, but I've installed vray locally to try and trouble shoot, but I still get the same error. If I run enter "from vray.utils import *" in the maya python shell, I I get no errors.
print os.environ['PYTHONPATH']
# Result: //disks/nas0/CGI/_melScripts/common/scripts;C:/Program Files/DynamicaBullet2.81ForMaya2013-x64/scripts;C:/Program Files/Pixelux/DMM2013/scripts;C:/Program Files (x86)/dRaster/NEX/2013-x64/scripts;C:/Program Files/Autodesk/Maya2013/vray/scripts/vray;C:/Program Files/Autodesk/Maya2013/vray/scripts;C:/Program Files/Autodesk/Maya2013/mentalray/scripts/AETemplates;C:/Program Files/Autodesk/Maya2013/mentalray/scripts/mentalray;C:/Program Files/Autodesk/Maya2013/mentalray/scripts/unsupported;C:/Program Files/Autodesk/Maya2013/mentalray/scripts #
for whatever reason, it seems vray is choking trying to run the python interpreter.
Any thoughts are greatly appreciated!
Thank you,
-ctj
Comment