From 819b5d51f61691a28e1fc3a0f7ffd264fa5d0de2 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 27 Dec 2006 23:30:59 +0000 Subject: == Armature Centering Tools == After all these years, it is now possible to (re)center armatures like you can do with meshes and curves. At the moment, you can only access this functionality from the menus (Spacebar->Transform) as the armature button panels are pretty crowded. --- source/blender/include/BIF_editarmature.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/include/BIF_editarmature.h') diff --git a/source/blender/include/BIF_editarmature.h b/source/blender/include/BIF_editarmature.h index 62cb7c2e749..9cdde5ffcb3 100644 --- a/source/blender/include/BIF_editarmature.h +++ b/source/blender/include/BIF_editarmature.h @@ -75,6 +75,7 @@ void adduplicate_armature(void); void addvert_armature(void); void add_primitiveArmature(int type); void apply_rot_armature (struct Object *ob, float mat[3][3]); +void docentre_armature (struct Object *ob, int centremode); void clear_armature(struct Object *ob, char mode); -- cgit v1.2.3