Hello!
I have inherited a shot done in Clarisse 4.5
There are a few area lights that are giving off quite a bit of noise, on closer inspection these lights are deriving their color from EXRs. When I remove the EXRs and replace with a constant, the render time drops about 30% and gets much cleaner, so I know these EXRs are contributing quiet a bit to the noise problems.
The issue I have is I can't change the look, so I need to figure out a way to make these EXR powered lights more optimal.
Right now we are sampling adaptively. My understanding with adaptive anti aliasing is that the material and light samples are reduced to 1/aa sample, unless oversampling is used? So right now oversampling is off, there's no way to bias more light samples towards these exr powered lights in this scenario?
If I were to turn oversampling on, it would start paying attention to the light sample values ... in which case it would make sense to keep the values for the lights that are clean at 1 and increase on the noisy lights until I get the cleanliness Im looking for?
Thanks for any input