From a31c0bcc648820d78f1265c116bece378c841561 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 5 Mar 2013 12:41:17 +0000 Subject: View All operator for motion tracking dopesheet. --- source/blender/editors/space_clip/clip_intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_clip/clip_intern.h') diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h index 432032e9dbf..9d5e2e97bd6 100644 --- a/source/blender/editors/space_clip/clip_intern.h +++ b/source/blender/editors/space_clip/clip_intern.h @@ -67,6 +67,7 @@ void clip_draw_dopesheet_channels(const struct bContext *C, struct ARegion *ar); /* clip_dopesheet_ops.c */ void CLIP_OT_dopesheet_select_channel(struct wmOperatorType *ot); +void CLIP_OT_dopesheet_view_all(struct wmOperatorType *ot); /* clip_draw.c */ void clip_draw_main(const struct bContext *C, struct SpaceClip *sc, struct ARegion *ar); -- cgit v1.2.3