== Action Editor ==

Final tweaks to Snapping and Mirroring tools:
* Snap To Nearest Marker
* Mirror Values of Horizontal Axis
* Mirror Over Selected Marker
This commit is contained in:
2007-01-15 22:37:36 +00:00
parent 71a503f31d
commit 09bd559939
5 changed files with 108 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ struct TimeMarker *find_nearest_marker(int clip_y);
void nextprev_marker(short dir);
void get_minmax_markers(short sel, float *first, float *last);
int find_nearest_marker_time(float dx);
void add_marker_to_cfra_elem(struct ListBase *lb, struct TimeMarker *marker, short only_sel);
void make_marker_cfra_list(struct ListBase *lb, short only_sel);