Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Mours <pmours@nvidia.com>2020-05-27 16:17:47 +0300
committerPatrick Mours <pmours@nvidia.com>2020-05-27 16:17:47 +0300
commit28d9368538f93d329573910d080e2f753f91b489 (patch)
tree0ee1ee03c8329b5d625cac1566e178e77381a6a9 /source/blender/blenkernel/intern/dynamicpaint.c
parent1c3b2b5dd8cc2d321a2f4fe1fd75059de7c91dbc (diff)
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.
Diffstat (limited to 'source/blender/blenkernel/intern/dynamicpaint.c')
0 files changed, 0 insertions, 0 deletions