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:
authorCampbell Barton <ideasman42@gmail.com>2009-11-25 14:47:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-11-25 14:47:53 +0300
commit4c5b43052035a5aa3b34b77acb558f06147f0292 (patch)
tree6dc7ea1bb20d15febd570933cdfbf8e4b0076177 /source/blender/editors/include/ED_armature.h
parentb40307df1630e7bd51a181878bd61693b32dd817 (diff)
ED_armature_edit_bone_remove wasnt clearing references from other bones, only affects rna api access
Diffstat (limited to 'source/blender/editors/include/ED_armature.h')
-rw-r--r--source/blender/editors/include/ED_armature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_armature.h b/source/blender/editors/include/ED_armature.h
index cbc86e58233..f054e229147 100644
--- a/source/blender/editors/include/ED_armature.h
+++ b/source/blender/editors/include/ED_armature.h
@@ -117,7 +117,7 @@ void ED_armature_validate_active(struct bArmature *arm);
void add_primitive_bone(struct Scene *scene, struct View3D *v3d, struct RegionView3D *rv3d);
struct EditBone *ED_armature_edit_bone_add(struct bArmature *arm, char *name);
-void ED_armature_edit_bone_remove(struct bArmature *arm, EditBone *bone);
+void ED_armature_edit_bone_remove(struct bArmature *arm, EditBone *exBone);
void transform_armature_mirror_update(struct Object *obedit);
void clear_armature(struct Scene *scene, struct Object *ob, char mode);