Blender Git Commit Log

Git Commits -> Revision 6865153

Revision 6865153 by Jeroen Bakker (master)
August 17, 2020, 09:10 (GMT)
Fix T77267: Render EEVEE AO pass when AO disabled.

In EEVEE the AO renderpass influenced other render passes. Until now the
pass wasn't selectable when AO was disabled in the scene to remove these
render artifacts.

This patch allows rendering EEVEE AO pass without enabling it in the
scene. It does this by binding a fallback texture that is used by the
surface shaders.

Reviewed By: Cl�ment Foucault

Differential Revision: https://developer.blender.org/D7956

Commit Details:

Full Hash: 68651534c26346015a70775aef1fdadab2946fb6
Parent Commit: 3d47da9
Lines Changed: +49, -69

6 Modified Paths:

/release/scripts/startup/bl_ui/properties_view_layer.py (+1, -3) (Diff)
/source/blender/draw/engines/eevee/eevee_occlusion.c (+40, -37) (Diff)
/source/blender/draw/engines/eevee/eevee_private.h (+3, -2) (Diff)
/source/blender/draw/engines/eevee/eevee_render.c (+0, -5) (Diff)
/source/blender/draw/engines/eevee/eevee_renderpasses.c (+4, -16) (Diff)
/source/blender/makesrna/intern/rna_space.c (+1, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021