From 26b2645d62f3f60b0125dcb14a8daa03920a6031 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 2 Apr 2014 17:58:34 +0600 Subject: Implement fame sliding from IE's cache line --- source/blender/editors/space_image/image_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_image/image_intern.h') diff --git a/source/blender/editors/space_image/image_intern.h b/source/blender/editors/space_image/image_intern.h index a6c7e156f90..4d391874f9b 100644 --- a/source/blender/editors/space_image/image_intern.h +++ b/source/blender/editors/space_image/image_intern.h @@ -88,6 +88,8 @@ void IMAGE_OT_sample(struct wmOperatorType *ot); void IMAGE_OT_sample_line(struct wmOperatorType *ot); void IMAGE_OT_curves_point_set(struct wmOperatorType *ot); +void IMAGE_OT_change_frame(struct wmOperatorType *ot); + /* image_panels.c */ struct ImageUser *ntree_get_active_iuser(struct bNodeTree *ntree); void image_buttons_register(struct ARegionType *art); -- cgit v1.2.3