Blender Git Loki
Git Commits -> Revision 9d0d4b8
Revision 9d0d4b8 by Patrick Mours (master) November 12, 2021, 17:59 (GMT) |
Fix T93029: OptiX denoising artifacts at high sample counts in specific scenes Partially reverts commit rB440a3475b8f5410e5c41bfbed5ce82771b41356f because "optixDenoiserComputeIntensity" does not currently support input images that are not packed (the "pixelStrideInBytes" field is not zero). As a result the intensity calculation would take into account data from other passes in the image, some of which was scaled by the number of samples still and therefore produce widely incorrect results that then caused artifacts in the denoised image. Maniphest Tasks: T93029 |
Commit Details:
Full Hash: 9d0d4b8601dfb9de335dd7af32562cbfb94238a6
Parent Commit: 2b394e1
Lines Changed: +1, -12
1 Modified Path:
/intern/cycles/device/optix/device_impl.cpp (+1, -12) (Diff)