Announcement

Collapse
No announcement yet.

V-Ray for SketchUp Batch Render Question

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

  • V-Ray for SketchUp Batch Render Question

    Hi. Does anybody know how to batch render different cameras with different aspect ratios in SketchUp?
    For example, how can I batch render 2 renders with 4:3 and 16:9 ratios?

  • #2
    Currently there is no such option integrated in V-Ray. However as a workaround you can export .vrscene files for the corresponding scenes and then batch render them via .bat file.

    1. Set the aspect ratio(or other options if you wish to have different settings) and export as a .vrscene file.
    Please make sure that you have enabled and set the Save Image option before exporting the .vrscene file so you do not lose the render output.
    Click image for larger version  Name:	Save_Image.jpg Views:	1 Size:	70.3 KB ID:	1065621
    Click image for larger version  Name:	VRScene_Export.jpg Views:	1 Size:	35.7 KB ID:	1065623
    Then do the same for the other scenes that should be batch rendered.

    2. Open a .txt editing program and copy paste:
    Code:
    "C:\Program Files\Chaos Group\V-Ray\V-Ray for SketchUp\extension\vrayappsdk\bin\vray.exe" -scenefile="D:\Project folder\Scene_01.vrscene" -autoclose=1
    "C:\Program Files\Chaos Group\V-Ray\V-Ray for SketchUp\extension\vrayappsdk\bin\vray.exe" -scenefile="D:\Project folder\Scene_02.vrscene" -autoclose=1
    Change D:\Project folder\Scene_01.vrscene to the file path location of your previously exported .vrscene files. Click image for larger version  Name:	Batfile.jpg Views:	1 Size:	177.8 KB ID:	1065622
    Every row corresponds to each frame which is going to be batch rendered - you can add more rows if you have more scenes.

    4. Save the txt document as.bat file.
    5. Double click on the Bat file to start the Batch render
    Last edited by slavcho.brusev; 31-03-2020, 02:13 AM.

    Comment


    • #3
      Thanks slavcho.brusev

      Comment

      Working...
      X