Blender Git Loki
Git Commits -> Revision 6e23433
Revision 6e23433 by Clément Foucault (master) February 25, 2020, 12:26 (GMT) |
EEVEE: Lookdev: Add support for partially blurred background This is using the GGX probe as background. This has the drawback of having the resolution choosed in the indirect lighting setting. The blurring is not really high-quality. The pros is that it has a simple implementation and is fast to evaluate. This patch also fades the background alpha to make overlay engine draw the default background color in the correct color space. Removing one colorspace hack. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6895 |
Commit Details:
Full Hash: 6e23433c1a747660d582bfe0d15179a9c7bed51c
Parent Commit: 7e7c927
Lines Changed: +101, -48
10 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+2, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+14, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_lightprobes.c (+1, -1) (Diff)
/source/blender/draw/engines/eevee/eevee_lookdev.c (+35, -37) (Diff)
/source/blender/draw/engines/eevee/eevee_materials.c (+1, -2) (Diff)
/source/blender/draw/engines/eevee/eevee_private.h (+2, -1) (Diff)
/source/blender/draw/engines/eevee/eevee_shaders.c (+23, -0) (Diff)
/source/blender/draw/engines/eevee/shaders/default_world_frag.glsl (+11, -4) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -2) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+14, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_lightprobes.c (+1, -1) (Diff)
/source/blender/draw/engines/eevee/eevee_lookdev.c (+35, -37) (Diff)
/source/blender/draw/engines/eevee/eevee_materials.c (+1, -2) (Diff)
/source/blender/draw/engines/eevee/eevee_private.h (+2, -1) (Diff)
/source/blender/draw/engines/eevee/eevee_shaders.c (+23, -0) (Diff)
/source/blender/draw/engines/eevee/shaders/default_world_frag.glsl (+11, -4) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+11, -2) (Diff)