Blender Git Loki
Git Commits -> Revision 777e1d3
Revision 777e1d3 by Clément Foucault (master) January 21, 2018, 22:16 (GMT) |
Eevee: Probes: Add support for intensity tweak. This works for grid and cubemaps. The intensity is baked into the map itself. Thus you need to refresh/rebake the probe to see the changes. |
Commit Details:
Full Hash: 777e1d358a3af5bb774d13ec0f03c233593f68e7
Parent Commit: 73a1bf1
Lines Changed: +74, -43
9 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_lightprobe.py (+15, -13) (Diff)
/source/blender/blenkernel/intern/lightprobe.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+8, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_lightprobes.c (+35, -27) (Diff)
/source/blender/draw/engines/eevee/eevee_private.h (+1, -0) (Diff)
/source/blender/draw/engines/eevee/shaders/lightprobe_filter_diffuse_frag.glsl (+2, -1) (Diff)
/source/blender/draw/engines/eevee/shaders/lightprobe_filter_glossy_frag.glsl (+2, -1) (Diff)
/source/blender/makesdna/DNA_lightprobe_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_lightprobe.c (+7, -0) (Diff)
/source/blender/blenkernel/intern/lightprobe.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+8, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_lightprobes.c (+35, -27) (Diff)
/source/blender/draw/engines/eevee/eevee_private.h (+1, -0) (Diff)
/source/blender/draw/engines/eevee/shaders/lightprobe_filter_diffuse_frag.glsl (+2, -1) (Diff)
/source/blender/draw/engines/eevee/shaders/lightprobe_filter_glossy_frag.glsl (+2, -1) (Diff)
/source/blender/makesdna/DNA_lightprobe_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_lightprobe.c (+7, -0) (Diff)