Fix: missing sequencer update

This should be fixed differently in the future. Read D3821 for more details.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D3821
This commit is contained in:
Jacques Lucke
2018-10-23 14:03:57 +02:00
parent bc480c4989
commit 767b49e492

View File

@@ -125,6 +125,7 @@ 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);
}
}