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
diff options
context:
space:
mode:
authorNicholas Bishop <nicholasbishop@gmail.com>2012-03-20 01:21:23 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2012-03-20 01:21:23 +0400
commit9b5151dbdcedf8e18ac23cbf25e5efa787f6d0a1 (patch)
tree9c247cc1ab8d574bb6ff0a316a42b3057b522ab4 /source/blender/editors/space_buttons
parentf18dab65ad4af5e96ac439b68a773ddbb9c0074c (diff)
Redraw data properties after selecting a bone.
This is so that selecting bones while in weight paint mode will show the correct active vertex group.
Diffstat (limited to 'source/blender/editors/space_buttons')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index e6928e31dc7..6be8421422b 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -273,6 +273,7 @@ static void buttons_area_listener(ScrArea *sa, wmNotifier *wmn)
case ND_BONE_SELECT:
buttons_area_redraw(sa, BCONTEXT_BONE);
buttons_area_redraw(sa, BCONTEXT_BONE_CONSTRAINT);
+ buttons_area_redraw(sa, BCONTEXT_DATA);
break;
case ND_MODIFIER:
if(wmn->action == NA_RENAME)