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:
authorJoshua Leung <aligorith@gmail.com>2007-01-17 08:53:44 +0300
committerJoshua Leung <aligorith@gmail.com>2007-01-17 08:53:44 +0300
commita7ea4492143660f3bc07f6365e9967e6cd648e5e (patch)
tree7aad1ebe84a189fdae46a5f7aa5baf216c7b4291 /source/blender/include
parent52f0648949f1709c865735bf0119efab204da556 (diff)
(Hopefully this commit is ok for current bcon status)
Moved function used for 'Visual' keyframing, to live with the rest of the API calls I added for Pose-Mode bone snapping. Now, it is in a more 'releasable' state.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BSE_editipo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/include/BSE_editipo.h b/source/blender/include/BSE_editipo.h
index 7173a6def0b..0de71298978 100644
--- a/source/blender/include/BSE_editipo.h
+++ b/source/blender/include/BSE_editipo.h
@@ -154,7 +154,6 @@ void duplicate_ipo_keys(struct Ipo *ipo);
void borderselect_ipo_key(struct Ipo *ipo, float xmin, float xmax, int val);
void borderselect_icu_key(struct IpoCurve *icu, float xmin, float xmax,
int (*select_function)(struct BezTriple *));
-void bone2objectspace(float obSpaceBoneMat[][4], float obSpace[][4], float restPos[][4]);
void insertmatrixkey(ID *id, int blocktype, char *actname, char *constname, int adrcode, float matrixvalue);
void select_ipo_key(struct Ipo *ipo, float selx, int sel);