Added functionality for using TKEY in the action windows

to change the Ipo type (constant/linear/bezier) for the Ipo curves
owned by the selected channels
This commit is contained in:
Chris Want
2003-01-28 03:59:33 +00:00
parent 53b540c627
commit e36159ce85
3 changed files with 80 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ void sampledata_to_ipocurve(float *data, int sfra, int efra, struct IpoCurve *ic
void ipo_record(void);
void sethandles_ipo_keys(struct Ipo *ipo, int code);
void setipotype_ipo(struct Ipo *ipo, int code);
void set_ipo_key_selection(struct Ipo *ipo, int sel);
int is_ipo_key_selected(struct Ipo *ipo);
void delete_ipo_keys(struct Ipo *ipo);