Animato - More work on Action Editor

* Added back Auto Preview-Range tool (i.e. set preview-range from keyframe extents)

* Restored delete keyframe tool. For now, this doesn't delete empty F-Curves, even though its keyframe-api counterpart still does. I still need to figure out how to do this in the best way.

* Fixed crashes when selecting keyframes in 'object' summary channels

* Removed prototypes for a few unused/depreceated functions...
This commit is contained in:
2009-01-20 11:56:45 +00:00
parent b5904f10a8
commit 822203e4cf
6 changed files with 85 additions and 71 deletions

View File

@@ -126,21 +126,11 @@ BeztEditFunc ANIM_editkeyframes_ipo(short mode);
void delete_fcurve_key(struct FCurve *fcu, int index, short do_recalc);
void delete_fcurve_keys(struct FCurve *fcu);
void duplicate_ipo_keys(struct Ipo *ipo);
void duplicate_fcurve_keys(struct FCurve *fcu); // XXX fixme...
void clean_fcurve(struct FCurve *fcu, float thresh);
void smooth_fcurve(struct FCurve *fcu, short mode);
/* ************************************************ */
// XXX all of these funcs should be depreceated or at least renamed!
/* in keyframes_edit.c */
short is_ipo_key_selected(struct Ipo *ipo);
void set_ipo_key_selection(struct Ipo *ipo, short sel);
/* ************************************************ */
#endif /* ED_KEYFRAMES_EDIT_H */