Is it possible to render a group of scene files one by one. For example:
vray -sceneFile="D:\3d\vrscene_Rendering\shot1.vrscene" -rtEngine=5 -rtNoise=0.006 -frames=1-80
vray -sceneFile="D:\3d\vrscene_Rendering\shot2.vrscene" -rtEngine=5 -rtNoise=0.006 -frames=1-60
vray -sceneFile="D:\3d\vrscene_Rendering\shot3.vrscene" -rtEngine=5 -rtNoise=0.006 -frames=1-120
If I copy the commands into the vray standalone command prompt the first shot is rendering fine but after that shot 2 und 3 dont start to render. What can I do?
vray -sceneFile="D:\3d\vrscene_Rendering\shot1.vrscene" -rtEngine=5 -rtNoise=0.006 -frames=1-80
vray -sceneFile="D:\3d\vrscene_Rendering\shot2.vrscene" -rtEngine=5 -rtNoise=0.006 -frames=1-60
vray -sceneFile="D:\3d\vrscene_Rendering\shot3.vrscene" -rtEngine=5 -rtNoise=0.006 -frames=1-120
If I copy the commands into the vray standalone command prompt the first shot is rendering fine but after that shot 2 und 3 dont start to render. What can I do?
Comment