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:
authorDaniel Dunbar <daniel@zuster.org>2005-07-15 18:50:48 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-07-15 18:50:48 +0400
commit2501bc1ad6cc88ce4e19fa5a3f81a4c79512ec42 (patch)
tree62b3cc56949be693ac242f5b74098ea2f9aaead8 /source/blender/blenkernel/BKE_key.h
parent6f264a0e5b8ae310d31e3d82c42b78532fec47b6 (diff)
- static'd several functions in key.c, just for readability
Diffstat (limited to 'source/blender/blenkernel/BKE_key.h')
-rw-r--r--source/blender/blenkernel/BKE_key.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/blenkernel/BKE_key.h b/source/blender/blenkernel/BKE_key.h
index b46f02cf81b..22b20e28b89 100644
--- a/source/blender/blenkernel/BKE_key.h
+++ b/source/blender/blenkernel/BKE_key.h
@@ -50,16 +50,9 @@ void make_local_key(struct Key *key);
void sort_keys(struct Key *key);
void set_four_ipo(float d, float *data, int type);
void set_afgeleide_four_ipo(float d, float *data, int type);
-int setkeys(float fac, struct ListBase *lb, struct KeyBlock *k[], float *t, int cycl);
-void flerp(int aantal, float *in, float *f0, float *f1, float *f2, float *f3, float *t);
void cp_key(int start, int end, int tot, char *poin, struct Key *key, struct KeyBlock *k, int mode);
void cp_cu_key(struct Curve *cu, struct KeyBlock *kb, int start, int end);
-void rel_flerp(int aantal, float *in, float *ref, float *out, float fac);
-void do_rel_key(int start, int end, int tot, char *basispoin, struct Key *key, float ctime, int mode);
-void do_key(int start, int end, int tot, char *poin, struct Key *key, struct KeyBlock **k, float *t, int mode);
void do_mesh_key(struct Mesh *me);
-void do_cu_key(struct Curve *cu, struct KeyBlock **k, float *t);
-void do_rel_cu_key(struct Curve *cu, float ctime);
void do_curve_key(struct Curve *cu);
void do_latt_key(struct Lattice *lt);
void do_ob_key(struct Object *ob);