Announcement

Collapse
No announcement yet.

Layer override with batch render camera

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

  • Layer override with batch render camera

    Hi,

    Is it possible to add the layer override command to the batch render camera settings in the VRay Common tab? See attached picture for reference.

    This quite useful to render different cameras with different settings within the same scene

    Thanks.
    Attached Files
    Maya 2020/2022
    Win 10x64
    Vray 5

  • #2
    EDIT: removed
    Last edited by ultrasonic; 28-10-2009, 01:31 PM.
    OLIVER MARKOWSKI - Head of 3D at RISE | Visual Effects Studios

    Comment


    • #3
      Hey snivlem,

      u can already work around that problem with some scripting

      select your renderlayer and put that in your script editor - of course you need to change "yourRenderlayerCam" to your camera name
      Code:
      editRenderLayerAdjustment "vraySettings.batchCamera";
      setAttr -type "string" vraySettings.batchCamera "yourRenderlayerCam";
      hope that helps!

      Oli
      OLIVER MARKOWSKI - Head of 3D at RISE | Visual Effects Studios

      Comment


      • #4
        Thanks for the pointer; this is logged and we'll work on it.

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

        Comment

        Working...
        X