Fill bones between joints (FKEY) was missing a suitable notifier.

This commit is contained in:
2010-02-16 23:51:49 +00:00
parent df4d7b041e
commit f075308d20

View File

@@ -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);