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:
authorCampbell Barton <ideasman42@gmail.com>2016-02-16 13:12:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-16 13:12:10 +0300
commit462b6dd919ba98738c76d0bba013c77b587c3577 (patch)
tree4124c16dd6130518817f0ae2b97389eb0f019ca4 /source/blender/blenkernel/intern/sequencer.c
parent2ecd67efa4aeadb442e094b795a9171149ccbab1 (diff)
Sequencer: GL preview, use transparent background
Fixes T47425, match 2.76 and non-preview behavior
Diffstat (limited to 'source/blender/blenkernel/intern/sequencer.c')
-rw-r--r--source/blender/blenkernel/intern/sequencer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/sequencer.c b/source/blender/blenkernel/intern/sequencer.c
index 8da1ed24447..6342c7fb677 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) {