Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2007-01-16 01:37:36 +0300
committerJoshua Leung <aligorith@gmail.com>2007-01-16 01:37:36 +0300
commit09bd5599393280536d0680ef3d879dd51f37ba2d (patch)
tree3aa0b1ab1ca58539542ec8fba7c424e7f6e5709f /source/blender/include
parent71a503f31d9d15ae6e1a2f7d579bd28c677b4dd3 (diff)
== Action Editor ==
Final tweaks to Snapping and Mirroring tools: * Snap To Nearest Marker * Mirror Values of Horizontal Axis * Mirror Over Selected Marker
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BSE_time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BSE_time.h b/source/blender/include/BSE_time.h
index b27358de826..e0061513f6f 100644
--- a/source/blender/include/BSE_time.h
+++ b/source/blender/include/BSE_time.h
@@ -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);