[Bf-blender-cvs] [462b6dd] master: Sequencer: GL preview, use transparent background

Campbell Barton noreply at git.blender.org
Tue Feb 16 11:22:36 CET 2016


Commit: 462b6dd919ba98738c76d0bba013c77b587c3577
Author: Campbell Barton
Date:   Tue Feb 16 21:12:10 2016 +1100
Branches: master
https://developer.blender.org/rB462b6dd919ba98738c76d0bba013c77b587c3577

Sequencer: GL preview, use transparent background

Fixes T47425, match 2.76 and non-preview behavior

===================================================================

M	source/blender/blenkernel/intern/sequencer.c

===================================================================

diff --git a/source/blender/blenkernel/intern/sequencer.c b/source/blender/blenkernel/intern/sequencer.c
index 8da1ed2..6342c7f 100644
--- a/source/blender/blenkernel/intern/sequencer.c
+++ b/source/blender/blenkernel/intern/sequencer.c
@@ -3250,7 +3250,7 @@ static ImBuf *seq_render_scene_strip(const SeqRenderData *context, Sequence *seq
 		        scene, camera, width, height, IB_rect,
 		        context->scene->r.seq_prev_type,
 		        (context->scene->r.seq_flag & R_SEQ_SOLID_TEX) != 0,
-		        use_gpencil, true, scene->r.alphamode,
+		        use_gpencil, false, scene->r.alphamode,
 		        context->gpu_samples, context->gpu_full_samples, viewname,
 		        context->gpu_fx, context->gpu_offscreen, err_out);
 		if (ibuf == NULL) {




More information about the Bf-blender-cvs mailing list