From a4f907d2e085246b04eee8c3144f83570cb02bb8 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 9 Jul 2005 16:16:45 +0000 Subject: Armatures; the bones menu used for "Make Parent" (CTRL+P) used wrong indices still. Cleaned the code, moved to editobject.c --- source/blender/include/BIF_editarmature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 77472ede8cf..77540c46eb5 100644 --- a/source/blender/include/BIF_editarmature.h +++ b/source/blender/include/BIF_editarmature.h @@ -86,7 +86,7 @@ void extrude_armature(void); void free_editArmature(void); void join_armature(void); void load_editArmature(void); -char* make_bone_menu(struct bArmature *arm); + void make_bone_parent(void); void clear_bone_parent(void); -- cgit v1.2.3