From 1e463b22eb9172720ab5fe5a28da13d0d8dfb364 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 28 Dec 2008 11:51:41 +0000 Subject: 2.5 - Action Editor: * Added set-extrapolation operator. For now, this uses the Shift-E hotkey. * Removed some unused code from keyframes_edit.c --- source/blender/editors/include/ED_keyframes_edit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source/blender/editors/include/ED_keyframes_edit.h') 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); + /* ************************************************ */ -- cgit v1.2.3