[Bf-blender-cvs] [b31af8682cb] master: Fix audio not updating when snapping strips in sequencer

Sergey Sharybin noreply at git.blender.org
Fri Jun 28 18:02:57 CEST 2019


Commit: b31af8682cb68c7c668116f791625c9f17651fc5
Author: Sergey Sharybin
Date:   Fri Jun 28 18:02:14 2019 +0200
Branches: master
https://developer.blender.org/rBb31af8682cb68c7c668116f791625c9f17651fc5

Fix audio not updating when snapping strips in sequencer

===================================================================

M	source/blender/editors/space_sequencer/sequencer_edit.c

===================================================================

diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index c3e683b5f59..ff0ab9285db 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -1320,6 +1320,7 @@ static int sequencer_snap_exec(bContext *C, wmOperator *op)
   /* as last: */
   BKE_sequencer_sort(scene);
 
+  DEG_id_tag_update(&scene->id, ID_RECALC_SEQUENCER_STRIPS);
   WM_event_add_notifier(C, NC_SCENE | ND_SEQUENCER, scene);
 
   return OPERATOR_FINISHED;



More information about the Bf-blender-cvs mailing list