Blender Git Loki
Git Commits -> Revision 1f51b02
Revision 1f51b02 by Clément Foucault (temp-eeveelightcache) July 8, 2018, 07:28 (GMT) |
Eevee: LightCache: Add Autobake property This also add partial probe update per type (only update cubemap if needed) but it seems to be broken by some double update tagging in the depsgraph. |
Commit Details:
Full Hash: 1f51b0212fd46f943d598e41fff64a7a4c301da2
Parent Commit: 6d0d237
Lines Changed: +88, -24
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_render.py (+2, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_lightcache.c (+24, -11) (Diff)
/source/blender/draw/engines/eevee/eevee_lightprobes.c (+14, -11) (Diff)
/source/blender/editors/render/render_shading.c (+41, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)
/source/blender/draw/engines/eevee/eevee_lightcache.c (+24, -11) (Diff)
/source/blender/draw/engines/eevee/eevee_lightprobes.c (+14, -11) (Diff)
/source/blender/editors/render/render_shading.c (+41, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+5, -0) (Diff)