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 16:52:50 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-14 16:52:50 +0400
commita889ffad1cee007dbdee97e736c9e03ba087a2de (patch)
tree103c17d3f7b2cad42f03b4f505f89fa4423cf851 /source/blender/editors/space_clip/clip_intern.h
parentbe73c3bd4cb32bc5430ef9cafbb4a6879fe11261 (diff)
Camera tracking integration
=========================== Initial implementation of Scale operator. There's no access from operator panel to operators defined for Clip Editor space, so distance can't be controlled as operator property. Added new property to MovieTrackingSettings for this.
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 baf1c5fbaf1..eae34efd825 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -80,6 +80,7 @@ void CLIP_OT_hide_tracks_clear(struct wmOperatorType *ot);
void CLIP_OT_set_origin(struct wmOperatorType *ot);
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_slide_marker(struct wmOperatorType *ot);