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:
authorDalai Felinto <dalai@blender.org>2020-03-06 18:03:00 +0300
committerDalai Felinto <dalai@blender.org>2020-03-06 18:43:09 +0300
commit57daecc2cf88878e56394726759c48f81610806a (patch)
tree12db38dcc0955c6823e4e04ccd938a73f26bb84b /source/blender/blenkernel/BKE_armature.h
parent14d03af7ae5ade1ff7ae615e3fe0df35633b3953 (diff)
Cleanup: Armature: Move to IDTypeInfo, and remove unused BKE API.
Diffstat (limited to 'source/blender/blenkernel/BKE_armature.h')
-rw-r--r--source/blender/blenkernel/BKE_armature.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h
index 86d8362f5e6..cd4733a4e62 100644
--- a/source/blender/blenkernel/BKE_armature.h
+++ b/source/blender/blenkernel/BKE_armature.h
@@ -67,12 +67,6 @@ struct bArmature *BKE_armature_add(struct Main *bmain, const char *name);
struct bArmature *BKE_armature_from_object(struct Object *ob);
int BKE_armature_bonelist_count(struct ListBase *lb);
void BKE_armature_bonelist_free(struct ListBase *lb);
-void BKE_armature_free(struct bArmature *arm);
-void BKE_armature_make_local(struct Main *bmain, struct bArmature *arm, const int flags);
-void BKE_armature_copy_data(struct Main *bmain,
- struct bArmature *arm_dst,
- const struct bArmature *arm_src,
- const int flag);
struct bArmature *BKE_armature_copy(struct Main *bmain, const struct bArmature *arm);
void BKE_armature_copy_bone_transforms(struct bArmature *armature_dst,