Merge branch 'blender-v2.90-release'

This commit is contained in:
Philipp Oeser 2020-07-30 17:36:20 +02:00
commit 168653ed1d
1 changed files with 2 additions and 0 deletions

View File

@ -2269,6 +2269,8 @@ static int sequencer_split_exec(bContext *C, wmOperator *op)
split_side = RNA_enum_get(op->ptr, "side");
ignore_selection = RNA_boolean_get(op->ptr, "ignore_selection");
BKE_sequencer_prefetch_stop(scene);
if (split_hard == SEQ_SPLIT_HARD) {
changed = split_seq_list(bmain,
scene,