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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-10-28 18:33:45 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-10-28 18:33:45 +0300
commitd6cde962865090347c82a324dd360f28df257369 (patch)
treef0ff08f27d008799c52c19b59970203b078dd331 /source/blender/blenkernel/BKE_armature.h
parent2138afc0875b6be4ff58a6d9238defb9103006d6 (diff)
Added support for custom RNA properties on Bones, only worked for
PoseChannel previously.
Diffstat (limited to 'source/blender/blenkernel/BKE_armature.h')
-rw-r--r--source/blender/blenkernel/BKE_armature.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h
index 8f109034e3e..19c2662054b 100644
--- a/source/blender/blenkernel/BKE_armature.h
+++ b/source/blender/blenkernel/BKE_armature.h
@@ -72,8 +72,7 @@ extern "C" {
struct bArmature *add_armature(char *name);
struct bArmature *get_armature(struct Object *ob);
-void free_boneChildren(struct Bone *bone);
-void free_bones (struct bArmature *arm);
+void free_bonelist (struct ListBase *lb);
void free_armature(struct bArmature *arm);
void make_local_armature(struct bArmature *arm);
struct bArmature *copy_armature(struct bArmature *arm);