[Bf-blender-cvs] [295bc12] master: Fix part of T35600: Outliner did not update when renaming armature bone names.

Bastien Montagne noreply at git.blender.org
Mon May 19 22:39:47 CEST 2014


Commit: 295bc1249a8539b612ec1963afd6f41e5b313ed6
Author: Bastien Montagne
Date:   Mon May 19 22:37:35 2014 +0200
https://developer.blender.org/rB295bc1249a8539b612ec1963afd6f41e5b313ed6

Fix part of T35600: Outliner did not update when renaming armature bone names.

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

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 e25e67a..41c5b00 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -345,6 +345,7 @@ static void outliner_main_area_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa)
 		case NC_GEOM:
 			switch (wmn->data) {
 				case ND_VERTEX_GROUP:
+				case ND_DATA:
 					ED_region_tag_redraw(ar);
 					break;
 			}




More information about the Bf-blender-cvs mailing list