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:
authorMichael Fox <mfoxdogg@gmail.com>2009-02-18 05:13:36 +0300
committerMichael Fox <mfoxdogg@gmail.com>2009-02-18 05:13:36 +0300
commitbf5e267c97daae9baaf8fb06e34d68a829fd0119 (patch)
tree4d61127c49b69fc2fe7c9d4ea1e389fde50bc7b4 /source/blender/editors/armature/armature_intern.h
parent4a2155e3abe7b02b50515b175297ee24cd70c911 (diff)
2.5
***** added add_primitive_bone, removed operator from previous commit as it was not needed
Diffstat (limited to 'source/blender/editors/armature/armature_intern.h')
-rw-r--r--source/blender/editors/armature/armature_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/armature_intern.h b/source/blender/editors/armature/armature_intern.h
index 8b5f6f5985a..c8ca85fc08b 100644
--- a/source/blender/editors/armature/armature_intern.h
+++ b/source/blender/editors/armature/armature_intern.h
@@ -32,7 +32,7 @@
struct wmOperatorType;
/* editarmature.c */
-void ARMATURE_OT_bone_add(struct wmOperatorType *ot);
+void ARMATURE_OT_bone_primitive_add(struct wmOperatorType *ot);
void ARMATURE_OT_align_bones(struct wmOperatorType *ot);
void ARMATURE_OT_calculate_roll(struct wmOperatorType *ot);
void ARMATURE_OT_switch_direction(struct wmOperatorType *ot);