From f075308d20090901cd34364bb09f8a672a374a3e Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Tue, 16 Feb 2010 23:51:49 +0000 Subject: Fill bones between joints (FKEY) was missing a suitable notifier. --- source/blender/editors/armature/editarmature.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors') diff --git a/source/blender/editors/armature/editarmature.c b/source/blender/editors/armature/editarmature.c index 8173a8933f2..1db6a4b4112 100644 --- a/source/blender/editors/armature/editarmature.c +++ b/source/blender/editors/armature/editarmature.c @@ -3012,6 +3012,9 @@ static int armature_fill_bones_exec (bContext *C, wmOperator *op) return OPERATOR_CANCELLED; } + /* updates */ + WM_event_add_notifier(C, NC_OBJECT|ND_POSE, obedit); + /* free points */ BLI_freelistN(&points); -- cgit v1.2.3