From 15ce5f95b3933eaa2be7cbf1e3dcc211138b0f0b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 19 Sep 2012 12:11:28 +0000 Subject: joining mesh objects now keeps relative key setting of each keyblock. also joining absolute shapekeys now sorts by time. --- source/blender/blenkernel/BKE_key.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenkernel/BKE_key.h') diff --git a/source/blender/blenkernel/BKE_key.h b/source/blender/blenkernel/BKE_key.h index 7283cd389e9..01baf8feb2a 100644 --- a/source/blender/blenkernel/BKE_key.h +++ b/source/blender/blenkernel/BKE_key.h @@ -69,6 +69,7 @@ struct KeyBlock *BKE_keyblock_add(struct Key *key, const char *name); struct KeyBlock *BKE_keyblock_add_ctime(struct Key *key, const char *name, const short do_force); struct KeyBlock *BKE_keyblock_from_key(struct Key *key, int index); struct KeyBlock *BKE_keyblock_find_name(struct Key *key, const char name[]); +void BKE_keyblock_copy_settings(struct KeyBlock *kb_dst, const struct KeyBlock *kb_src); char *BKE_keyblock_curval_rnapath_get(struct Key *key, struct KeyBlock *kb); // needed for the GE void BKE_key_evaluate_relative(const int start, int end, const int tot, char *basispoin, struct Key *key, struct KeyBlock *actkb, const int mode); -- cgit v1.2.3