[Bf-blender-cvs] [b659cb8] master: Fix missing outliner redraw when adding VSE strip

Julian Eisel noreply at git.blender.org
Sun Oct 16 14:40:10 CEST 2016


Commit: b659cb8dbc2cc79123b5381f36aa05f4644d837d
Author: Julian Eisel
Date:   Sun Oct 16 14:39:06 2016 +0200
Branches: master
https://developer.blender.org/rBb659cb8dbc2cc79123b5381f36aa05f4644d837d

Fix missing outliner redraw when adding VSE strip

Needed for outliner "Sequence" display mode.

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

M	source/blender/editors/space_outliner/space_outliner.c

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

diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index 76bf9c7..759ef4e 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -306,6 +306,7 @@ static void outliner_main_region_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(s
 				case ND_KEYINGSET:
 				case ND_FRAME:
 				case ND_RENDER_OPTIONS:
+				case ND_SEQUENCER:
 				case ND_LAYER:
 				case ND_WORLD:
 					ED_region_tag_redraw(ar);




More information about the Bf-blender-cvs mailing list