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-08 12:38:54 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-08 12:38:54 +0400
commitf20de08afd00fe42a1e445b08ab008b6e91c8b28 (patch)
treebfcd63559f64d7be95d5e03cdbce0396acd6fb73 /source/blender/editors/space_clip/clip_intern.h
parentf09256af2465e62eedc2a963c9aeb569690adb32 (diff)
Camera tracking integration
=========================== - 32 bit linux compilation should be fixed now. - Camrea reconstruction data should be better now when there's no reconstructed cameras. - Implemented "Set Origin" operator - Added "Specials" W-key menu for SpaceClip. Supports such operators: * Enable track * Disable track * Set origin
Diffstat (limited to 'source/blender/editors/space_clip/clip_intern.h')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index 59b0b012794..4ec6b8803f4 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -73,6 +73,9 @@ void CLIP_OT_clear_reconstruction(struct wmOperatorType *ot);
void CLIP_OT_clear_track_path(struct wmOperatorType *ot);
+void CLIP_OT_disable_markers(struct wmOperatorType *ot);
+void CLIP_OT_set_origin(struct wmOperatorType *ot);
+
void CLIP_OT_track_to_fcurves(struct wmOperatorType *ot);
/* clip_draw.c */