Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2019-05-28 20:38:41 +0300
committerClément Foucault <foucault.clem@gmail.com>2019-05-28 21:06:22 +0300
commit40207d656becdbde231b86ed66c83c74c4baabe8 (patch)
treeebf866476948099459370d77a013f324be7a8f64 /source/blender/draw/engines/eevee/eevee_lightprobes.c
parent08005802ccb70c31e9ce5fcfe6551dc7354d3c6b (diff)
Eevee: Render alpha blended objects when rendering probes
This fix T64553 EEVEE: Emission material not lighting other objects when blend mode set to alpha blend
Diffstat (limited to 'source/blender/draw/engines/eevee/eevee_lightprobes.c')
-rw-r--r--source/blender/draw/engines/eevee/eevee_lightprobes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/draw/engines/eevee/eevee_lightprobes.c b/source/blender/draw/engines/eevee/eevee_lightprobes.c
index 78565f9c465..6253a9d3808 100644
--- a/source/blender/draw/engines/eevee/eevee_lightprobes.c
+++ b/source/blender/draw/engines/eevee/eevee_lightprobes.c
@@ -911,6 +911,7 @@ static void lightbake_render_scene_face(int face, EEVEE_BakeRenderData *user_dat
DRW_draw_pass(psl->sss_pass); /* Only output standard pass */
DRW_draw_pass(psl->sss_pass_cull);
EEVEE_draw_default_passes(psl);
+ DRW_draw_pass(psl->transparent_pass);
}
/* Render the scene to the probe_rt texture. */