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>2013-05-10 19:56:32 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-05-10 19:56:32 +0400
commit764420ed3dec8e65fdfda1e42401362a6878ed0b (patch)
treed148c3aa64eb28a209ec425aa71608a62e1a04a6 /source/blender/editors/space_clip/clip_intern.h
parent8e9b6daa8ea5d47fad5e9ec4e8a75c2df7f9b2dc (diff)
Set scene frames operator for clip editor.
This operator will set scene's start/end frames to match clip's start frame and footage duration. Available in Clip panel in clip editor's toolbox.
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 805e36c7c56..1568ecf010e 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -110,6 +110,8 @@ void CLIP_OT_view_ndof(struct wmOperatorType *ot);
void CLIP_OT_prefetch(struct wmOperatorType *ot);
+void CLIP_OT_set_scene_frames(wmOperatorType *ot);
+
/* clip_toolbar.c */
struct ARegion *ED_clip_has_properties_region(struct ScrArea *sa);
void CLIP_OT_tools(struct wmOperatorType *ot);