Announcement

Collapse
No announcement yet.

Is it possible to save individual render layers as a vrscene files automatically?

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

  • Is it possible to save individual render layers as a vrscene files automatically?

    ... I currently use the <Layer> token and vrend command to save each render layer one by one. Is there a more automated way to save all active render layers out of the box?

    Thanks in advance

  • #2
    If you set your scene to export a vrscene instead of rendering, a batch render will go over each layer and each camera and export a vrscene for those.
    I'm not in front of Maya right now, but in case we don't automatically add the render layer name to the vrscene, it might be a good idea to add <Layer> to the vrscene export name.
    Also - there's a batch render command-line option to only export. For example, something like this should not render, but export a vrscene.
    Code:
    Render -r vray -noRender -exportFileName C:\temp\scene.vrscene
    https://docs.chaosgroup.com/display/...atch+Rendering
    Alex Yolov
    Product Manager
    V-Ray for Maya, Chaos Player
    www.chaos.com

    Comment


    • #3
      Super helpful. Thanks Yolov

      Comment

      Working...
      X