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>2011-08-08 16:18:32 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-08-08 16:18:32 +0400
commit08c4aaa01b17d9e8c825a89b21eefeaef2265b3c (patch)
tree5d9c03e1dfc3c03528e4752b3ac1a60256bbf733 /source/blender/editors/space_clip/clip_intern.h
parent33e829819e479229ee7b41ba72af2c41a40c6234 (diff)
Camera tracking integration
=========================== Initial integration of proxies into movie clip editor. Known issue: marker preview area uses proxyed image, hopefully fix would be available soon.
Diffstat (limited to 'source/blender/editors/space_clip/clip_intern.h')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index 41dcd637bfa..2e786faab3b 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -55,6 +55,7 @@ void CLIP_OT_view_zoom_ratio(struct wmOperatorType *ot);
void CLIP_OT_view_all(struct wmOperatorType *ot);
void CLIP_OT_view_selected(struct wmOperatorType *ot);
void CLIP_OT_change_frame(wmOperatorType *ot);
+void CLIP_OT_rebuild_proxy(struct wmOperatorType *ot);
/* tracking_ops.c */
void CLIP_OT_select(struct wmOperatorType *ot);