Announcement

Collapse
No announcement yet.

Command Line Question / Scene Files in a Queue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Command Line Question / Scene Files in a Queue

    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?

  • #2
    Pass also the -autoclose=1 option so that the VFB is closed automatically after the render.

    Best regards,
    Vlado
    I only act like I know everything, Rogers.

    Comment


    • #3
      THX that works! Almost like Backburner !

      Comment

      Working...
      X