A few code cleanups for the IPO cleaning stuff in an attempt to get rid

of a bug which hides all but the active ipo-curve after cleaning. The bug
still remains, but I hope to have a solution soon.
This commit is contained in:
Joshua Leung
2007-01-04 22:35:19 +00:00
parent 834495b5ff
commit 8039ad32df
4 changed files with 25 additions and 26 deletions

View File

@@ -92,7 +92,7 @@ void insert_vert_ipo(struct IpoCurve *icu, float x, float y);
void add_vert_ipo(void);
void add_duplicate_editipo(void);
void remove_doubles_ipo(void);
void clean_ipo(struct Ipo *ipo, short mode);
void clean_ipo(void);
void clean_ipo_curve(struct IpoCurve *icu);
void smooth_ipo(void);
void join_ipo_menu(void);