Announcement

Collapse
No announcement yet.

Possible to have 2 PFD entries in Env Dialog

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

  • Possible to have 2 PFD entries in Env Dialog

    Using a render pass manager that needs to switch between probabilistic and not, but can't seem to have 2 entries to the Env Dialog. Thoughts?

  • #2
    For now will just script each pass, such as:

    (getAtmospheric 1).gamma_mult = .5
    (getAtmospheric 1).atmosexportasvolgrid = off
    (getAtmospheric 1).prob_rend = on
    (getAtmospheric 1).prob_samples = 5
    (getAtmospheric 1).prob_samples_gi = 3

    Comment


    • #3
      Yess, this is the way!
      Svetlin Nikolov, Ex Phoenix team lead

      Comment

      Working...
      X