installer bug or is it me ?
2014 zip:
vray_beta_30502_maya2014_x64.zip
contain
maya_vray\plug-ins\vrayformaya.mll
but 2015 zip:
vray_beta_30502_maya2015_x64.zip
contain
maya_vray\plug-ins\vrayformaya.mll
and
maya_vray\plug-ins\xgenVRay.py
but I am not able to load the "new" .py in maya
(code below include spaces in the path - i cant get rid of it - somehow the forum format the lines and add spaces)
set MAYA_RENDER_DESC_PATH=C:\BATCH\vrayMaya3.0\maya_ro ot\bin\rendererDesc
set VRAY_FOR_MAYA2015_MAIN_x64=C:\BATCH\vrayMaya3.0\ma ya_vray
set VRAY_FOR_MAYA2015_PLUGINS_x64=C:\BATCH\vrayMaya3.0 \maya_vray\vrayplugins
set VRAY_AUTH_CLIENT_FILE_PATH=c:\Program Files\Common Files\ChaosGroup
set PATH=%PATH%;C:\Batch\VrayMaya3.0\maya_root\bin
set MAYA_PLUG_IN_PATH=C:\BATCH\vrayMaya3.0\maya_vray\p lug-ins
set MAYA_SCRIPT_PATH=C:\BATCH\vrayMaya3.0\maya_vray\sc ripts
set XBMLANGPATH=C:\BATCH\vrayMaya3.0\maya_vray\icons\% B
// Error: line 1: ImportError: file C:/BATCH/vrayMaya3.0/maya_vray/plug-ins/xgenVRay.py line 9: No module named vray //
// Warning: line 1: Failed to run file: C:/BATCH/vrayMaya3.0/maya_vray/plug-ins/xgenVRay.py //
// Error: line 1: (xgenVRay) //
is the .py included by accident (since 2014 do not have) or do I load Vray wrong ?
2014 zip:
vray_beta_30502_maya2014_x64.zip
contain
maya_vray\plug-ins\vrayformaya.mll
but 2015 zip:
vray_beta_30502_maya2015_x64.zip
contain
maya_vray\plug-ins\vrayformaya.mll
and
maya_vray\plug-ins\xgenVRay.py
but I am not able to load the "new" .py in maya
(code below include spaces in the path - i cant get rid of it - somehow the forum format the lines and add spaces)
set MAYA_RENDER_DESC_PATH=C:\BATCH\vrayMaya3.0\maya_ro ot\bin\rendererDesc
set VRAY_FOR_MAYA2015_MAIN_x64=C:\BATCH\vrayMaya3.0\ma ya_vray
set VRAY_FOR_MAYA2015_PLUGINS_x64=C:\BATCH\vrayMaya3.0 \maya_vray\vrayplugins
set VRAY_AUTH_CLIENT_FILE_PATH=c:\Program Files\Common Files\ChaosGroup
set PATH=%PATH%;C:\Batch\VrayMaya3.0\maya_root\bin
set MAYA_PLUG_IN_PATH=C:\BATCH\vrayMaya3.0\maya_vray\p lug-ins
set MAYA_SCRIPT_PATH=C:\BATCH\vrayMaya3.0\maya_vray\sc ripts
set XBMLANGPATH=C:\BATCH\vrayMaya3.0\maya_vray\icons\% B
// Error: line 1: ImportError: file C:/BATCH/vrayMaya3.0/maya_vray/plug-ins/xgenVRay.py line 9: No module named vray //
// Warning: line 1: Failed to run file: C:/BATCH/vrayMaya3.0/maya_vray/plug-ins/xgenVRay.py //
// Error: line 1: (xgenVRay) //
is the .py included by accident (since 2014 do not have) or do I load Vray wrong ?
Comment