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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-07-26 13:50:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-07-26 13:50:27 +0400
commitc8ce3b76fff32342d267d9da1e3ac4186b98bdb2 (patch)
tree66a1824574e3aa5c83e38fd9dedc37712dedfeb3 /source/blender/editors/space_clip/clip_intern.h
parent188da231921b028962d1afd49eebe8a9730344a0 (diff)
Shortcuts to set solver frames: alt-1 for Keyframe A, alt-2 for keyframe B.
Diffstat (limited to 'source/blender/editors/space_clip/clip_intern.h')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index c61a0baa82e..c4652c2f04d 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -150,6 +150,8 @@ void CLIP_OT_hide_tracks(struct wmOperatorType *ot);
void CLIP_OT_hide_tracks_clear(struct wmOperatorType *ot);
void CLIP_OT_lock_tracks(struct wmOperatorType *ot);
+void CLIP_OT_set_solver_keyframe(struct wmOperatorType *ot);
+
void CLIP_OT_set_origin(struct wmOperatorType *ot);
void CLIP_OT_set_plane(struct wmOperatorType *ot);
void CLIP_OT_set_axis(struct wmOperatorType *ot);