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/space_clip.c
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/space_clip.c')
-rw-r--r--source/blender/editors/space_clip/space_clip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index 393b2ed2cb2..c4d92bc78eb 100644
--- a/source/blender/editors/space_clip/space_clip.c
+++ b/source/blender/editors/space_clip/space_clip.c
@@ -441,6 +441,7 @@ static void clip_operatortypes(void)
WM_operatortype_append(CLIP_OT_mode_set);
WM_operatortype_append(CLIP_OT_view_ndof);
WM_operatortype_append(CLIP_OT_prefetch);
+ WM_operatortype_append(CLIP_OT_set_scene_frames);
/* ** clip_toolbar.c ** */
WM_operatortype_append(CLIP_OT_tools);