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-07-14 18:35:04 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-14 18:35:04 +0400
commit6644cbd19a5a11118c1d3f06fda75faa6b0ae7ee (patch)
treee458061ede1202a6070b30990bec02f80f29daff /source/blender/editors/space_clip/clip_intern.h
parentb50fe8aa9cd65dd7e1fdba59a3d09035e94864bf (diff)
Camera tracking integration
=========================== - Tracking camera presets. - Reset principal to image center operator. Things to think about: - Unified presets for tracking camera and blender camera. - If prinipal should be a part of preset.
Diffstat (limited to 'source/blender/editors/space_clip/clip_intern.h')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index eae34efd825..9d102add3a4 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -82,6 +82,8 @@ void CLIP_OT_set_floor(struct wmOperatorType *ot);
void CLIP_OT_set_axis(struct wmOperatorType *ot);
void CLIP_OT_set_scale(struct wmOperatorType *ot);
+void CLIP_OT_set_center_principal(struct wmOperatorType *ot);
+
void CLIP_OT_slide_marker(struct wmOperatorType *ot);
/* clip_draw.c */