chunky-dev / chunky-denoiser

A denoising plugin for Chunky.
GNU General Public License v3.0
29 stars 8 forks source link

Albedo affected by postprocessing #16

Closed jackjt8 closed 4 years ago

jackjt8 commented 4 years ago

leMaik 21/04/2020

Just drop this line https://github.com/leMaik/chunky-denoiser/blob/master/src/main/java/de/lemaik/chunky/denoiser/BetterRenderManager.java#L144, that will fix both We should then post-process the pixels of the denoised image after it is saved, though, right here: https://github.com/leMaik/chunky-denoiser/blob/master/src/main/java/de/lemaik/chunky/denoiser/BetterRenderManager.java#L70

leMaik commented 4 years ago

Fixed, but the preview still shows post-processing although the pfm files are not post-processed.