ucupumar / ucupaint

Ucupaint is Blender addon to manage texture layers for Eevee and Cycles renderer.
GNU General Public License v3.0
874 stars 31 forks source link

Ambient Occlusion bake is noisy #59

Closed ucupumar closed 7 months ago

ucupumar commented 8 months ago

Current ambient occlusion is always producing noisy images even with a high number of samples. Denoise on baking is only available when baking combined pass which ambient occlusion did not use.

ucupumar commented 8 months ago

Currently, there is no way to fix this natively since denoising will cause black artifacts on the seam area. It's been a known blender issue since Blender 3.0 (https://projects.blender.org/blender/blender/issues/94573).

image

I'm still looking for another solution.

ucupumar commented 7 months ago

I already added a new option to denoise when baking AO. The implementation uses compositor denoise node.

image