Blender Git Loki

Git Commits -> Revision 28d9368

Revision 28d9368 by Patrick Mours (master)
May 27, 2020, 13:17 (GMT)
Fix T76947: Optix realtime denoiser progressively reduces brightness of very bright objects

The input data to the OptiX denoiser was clamped to 0..10000 as required, but it could easily
exceed that range with a high number of samples (since the data contains the overall sum). To
fix that, divide by the number of samples first and multiply it back in after the denoiser ran.

Commit Details:

Full Hash: 28d9368538f93d329573910d080e2f753f91b489
Parent Commit: 1c3b2b5
Lines Changed: +9, -8

2 Modified Paths:

/intern/cycles/device/device_optix.cpp (+2, -1) (Diff)
/intern/cycles/kernel/kernels/cuda/filter.cu (+7, -7) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021