Hi,
I wrote in to submit a ticket #393905.
What was happening is that I use my own script to generate a bat file so I can do batch renders.
When my script generates this line:
"C:\Program Files\Autodesk\Maya2017\bin\Render.exe" -r vray -preRender "MEL commands here" "K:/maya/projects/16_35_clcbel/scenes/ffs.ma";
V-Ray 3.5 will crash.
When I remove the -preRender flag, V-Ray doesn't crash.
The preRender flag can be empty -preRender "" and it will still crash with exit code 201. Can anyone confirm if this is an issue?
I wrote in to submit a ticket #393905.
What was happening is that I use my own script to generate a bat file so I can do batch renders.
When my script generates this line:
"C:\Program Files\Autodesk\Maya2017\bin\Render.exe" -r vray -preRender "MEL commands here" "K:/maya/projects/16_35_clcbel/scenes/ffs.ma";
V-Ray 3.5 will crash.
When I remove the -preRender flag, V-Ray doesn't crash.
The preRender flag can be empty -preRender "" and it will still crash with exit code 201. Can anyone confirm if this is an issue?
Comment