Announcement

Collapse
No announcement yet.

Bloom glaire noob question

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

  • Bloom glaire noob question

    Hello all,

    is there a way to have an AOV render layer overide to turn bloom/glare on or off depending on what render layer im on. Also i am using vray next 4.12.02 and i cant seem to find the 'lens dust' and 'lens scratches' rollout that are mentioned in the docs, do i need to upgrade to the latest version.

    thanks

    matt
    Last edited by matthew999; 07-02-2020, 04:41 AM.

  • #2
    No, however, you can add a Pre Render Layer MEL override to your layers (right-click>Create absolute override for visible layer) with which to control the Bloom/Glare activation. It should look like this for activation and deactivation respectively:
    Code:
    vray vfbControl -glare true
    Code:
    vray vfbControl -glare false
    Regarding your other question, yes, you should update to the latest version for those options to appear.
    Aleksandar Hadzhiev | chaos.com
    Chaos Support Representative | contact us

    Comment


    • #3
      Perfect thanks

      Comment

      Working...
      X