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>2006-12-18 03:21:47 +0300
committerJoshua Leung <aligorith@gmail.com>2006-12-18 03:21:47 +0300
commitd1c9de7cd6656bb56b4047f6532ca235bfc990be (patch)
tree19369d9d7731634a4277b56b7befbdf61af722f1 /source/blender/include/BSE_editipo.h
parenta3468fd0bdf3d1a780362782e557668ba5e4e200 (diff)
== Action Editor ==
When the current action is the active strip in the nla editor and that strip is scaled, snapping keys to the current frame didn't work correct. Now, I've added a correction for snapping and mirroring keyframes in action editor for such cases.
Diffstat (limited to 'source/blender/include/BSE_editipo.h')
-rw-r--r--source/blender/include/BSE_editipo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BSE_editipo.h b/source/blender/include/BSE_editipo.h
index b4f53979121..2a10ca4a373 100644
--- a/source/blender/include/BSE_editipo.h
+++ b/source/blender/include/BSE_editipo.h
@@ -138,6 +138,8 @@ void filter_sampledata(float *data, int sfra, int efra);
void sampledata_to_ipocurve(float *data, int sfra, int efra, struct IpoCurve *icu);
void ipo_record(void);
+void actstrip_map_ipo_keys(struct Object *ob, struct Ipo *ipo, short restore);
+
void sethandles_ipo_keys(struct Ipo *ipo, int code);
void snap_ipo_keys(struct Ipo *ipo, short snaptype);
void mirror_ipo_keys(struct Ipo *ipo, short mirror_mode);