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>2018-10-30 03:14:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-30 03:49:06 +0300
commitc3d170d538c40a138b2a47a8e586885ec95a3501 (patch)
tree336400b4805375d970818e5c29cbf344c0b840df /source/blender/makesrna/intern/rna_sequencer.c
parent3d550dd900b3ce8fb92ca3bfc1c4c8fd7e5f8014 (diff)
Sequencer: replace notifier /w message-bus
Diffstat (limited to 'source/blender/makesrna/intern/rna_sequencer.c')
-rw-r--r--source/blender/makesrna/intern/rna_sequencer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_sequencer.c b/source/blender/makesrna/intern/rna_sequencer.c
index ec5a41995a4..2fc5bab084a 100644
--- a/source/blender/makesrna/intern/rna_sequencer.c
+++ b/source/blender/makesrna/intern/rna_sequencer.c
@@ -125,7 +125,6 @@ static void rna_Sequence_update(Main *UNUSED(bmain), Scene *UNUSED(scene), Point
Sequence *seq = (Sequence *) ptr->data;
BKE_sequence_invalidate_cache(scene, seq);
- WM_main_add_notifier(NC_SCENE | ND_SEQUENCER, scene);
}
}