Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-07-09 20:16:45 +0400
committerTon Roosendaal <ton@blender.org>2005-07-09 20:16:45 +0400
commita4f907d2e085246b04eee8c3144f83570cb02bb8 (patch)
treefc031347a10ee0c4bb0ab622765b4a1aedc07022 /source/blender/include/BIF_editarmature.h
parent30f89a6db78e2e2b278b88792250a423cc950f85 (diff)
Armatures; the bones menu used for "Make Parent" (CTRL+P) used wrong
indices still. Cleaned the code, moved to editobject.c
Diffstat (limited to 'source/blender/include/BIF_editarmature.h')
-rw-r--r--source/blender/include/BIF_editarmature.h2
1 files changed, 1 insertions, 1 deletions
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);