Properly prefixing name of exproted armature API

This commit is contained in:
2013-02-27 23:56:51 +00:00
parent a807f087e0
commit e8d42ab48e
3 changed files with 3 additions and 3 deletions

View File

@@ -871,7 +871,7 @@ static int object_origin_set_exec(bContext *C, wmOperator *op)
/* Function to recenter armatures in editarmature.c
* Bone + object locations are handled there.
*/
docenter_armature(scene, ob, cursor, centermode, around);
ED_armature_origin_set(scene, ob, cursor, centermode, around);
tot_change++;
arm->id.flag |= LIB_DOIT;