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>2014-04-02 15:58:34 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-04-02 15:59:10 +0400
commit26b2645d62f3f60b0125dcb14a8daa03920a6031 (patch)
tree1a7ad85224314213734fa855fbda6c88f6b6a827 /source/blender/editors/space_image/image_intern.h
parent9caf702941dd6b0850fcbdbe2398479813ea5518 (diff)
Implement fame sliding from IE's cache line
Diffstat (limited to 'source/blender/editors/space_image/image_intern.h')
-rw-r--r--source/blender/editors/space_image/image_intern.h2
1 files changed, 2 insertions, 0 deletions
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);