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>2008-12-28 14:51:41 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-28 14:51:41 +0300
commit1e463b22eb9172720ab5fe5a28da13d0d8dfb364 (patch)
tree5d2bf9b224be71dd4427a407d093e3376e29eaaa /source/blender/editors/include/ED_keyframes_edit.h
parentf3fe2d0559070c31214063e1d6cf6b6207ff2f2f (diff)
2.5 - Action Editor:
* Added set-extrapolation operator. For now, this uses the Shift-E hotkey. * Removed some unused code from keyframes_edit.c
Diffstat (limited to 'source/blender/editors/include/ED_keyframes_edit.h')
-rw-r--r--source/blender/editors/include/ED_keyframes_edit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_keyframes_edit.h b/source/blender/editors/include/ED_keyframes_edit.h
index 787e206b434..3b553320f32 100644
--- a/source/blender/editors/include/ED_keyframes_edit.h
+++ b/source/blender/editors/include/ED_keyframes_edit.h
@@ -130,11 +130,13 @@ void ANIM_editkeyframes_ipocurve_ipotype(struct IpoCurve *icu);
/* ************************************************ */
-// XXX all of these funcs will be depreceated!
+// XXX all of these funcs should be depreceated or at least renamed!
short is_ipo_key_selected(struct Ipo *ipo);
void set_ipo_key_selection(struct Ipo *ipo, short sel);
+void setexprap_ipoloop(struct Ipo *ipo, short code);
+
/* ************************************************ */