Fix parent tips staying selected after separate

This commit is contained in:
Campbell Barton 2015-05-27 10:34:08 +10:00
parent c3810c596e
commit 77f0f3c54e
1 changed files with 3 additions and 0 deletions

View File

@ -641,6 +641,9 @@ static int separate_armature_exec(bContext *C, wmOperator *op)
ED_armature_to_edit(obedit->data);
/* parents tips remain selected when connected children are removed. */
ED_armature_deselect_all(obedit);
BKE_report(op->reports, RPT_INFO, "Separated bones");
/* note, notifier might evolve */