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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2014-05-20 00:37:35 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-05-20 00:37:35 +0400
commit295bc1249a8539b612ec1963afd6f41e5b313ed6 (patch)
tree516b465611ed328d062dbe3d94a1f9c3b81069f3 /source
parent0d9e6a736a410991ef9a11ef87c8d23c96199823 (diff)
Fix part of T35600: Outliner did not update when renaming armature bone names.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/space_outliner/space_outliner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index e25e67a9f3e..41c5b00b381 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;
}