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:
authorPablo Vazquez <venomgfx@gmail.com>2018-07-13 02:37:28 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-07-14 01:12:28 +0300
commit5d6d565792819a3b4fe2bb39ab7d4ce70042453f (patch)
treee84b640cb200bd1f75487310e89b8680521eaaea /source/blender/editors/space_sequencer
parentcb22dd6f5d8c7d27ba7e093592a6a4ed8722b636 (diff)
VSE: Add image strips with alpha over as blend type
Diffstat (limited to 'source/blender/editors/space_sequencer')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_add.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_add.c b/source/blender/editors/space_sequencer/sequencer_add.c
index a8688b26280..5d2ceced904 100644
--- a/source/blender/editors/space_sequencer/sequencer_add.c
+++ b/source/blender/editors/space_sequencer/sequencer_add.c
@@ -879,6 +879,8 @@ static int sequencer_add_image_strip_exec(bContext *C, wmOperator *op)
strip = seq->strip;
se = strip->stripdata;
+ seq->blend_mode = SEQ_TYPE_ALPHAOVER;
+
if (use_placeholders) {
sequencer_image_seq_reserve_frames(op, se, seq_load.len, minframe, numdigits);
}