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>2006-12-05 08:25:34 +0300
committerJoshua Leung <aligorith@gmail.com>2006-12-05 08:25:34 +0300
commit246ab11255a4f5a3a2f024ef708b6807a5f63317 (patch)
treeac73976ad240a4cf53af831a8215434c1c8cc219 /source/blender/include/BSE_time.h
parent201df23d5474b7257ccf25b5f5b763e94a62d46f (diff)
Some more action editor goodies:
* Now it is possible to invert the selection status of keyframes and markers. These options can only be found in the Select menu in the header. * It is also possible to select the keyframes that occur within the 2 'extreme' selected markers. Hotkey for this is Ctrl K
Diffstat (limited to 'source/blender/include/BSE_time.h')
-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 c3326d93393..e173e9dcc10 100644
--- a/source/blender/include/BSE_time.h
+++ b/source/blender/include/BSE_time.h
@@ -48,6 +48,7 @@ void deselect_markers(short test, short sel);
struct TimeMarker *find_nearest_marker(int clip_y);
void nextprev_marker(short dir);
+void get_minmax_markers(short sel, float *first, float *last);
void add_marker_to_cfra_elem(struct ListBase *lb, struct TimeMarker *marker);
void make_marker_cfra_list(struct ListBase *lb);