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-16 00:44:19 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-16 00:44:19 +0400
commit864071a5126ebc5c1695c370b0a228e87d828fc1 (patch)
tree97a29b30f472e5e35dd9a6b85a577683cc2d1744 /source/blender/editors/space_clip/clip_intern.h
parent1d668e39d84524f042216106430d0ceeb31f457c (diff)
Camera tracking integration
=========================== - Bundle re-newed libmv library. - Update API in libmv-capi to match new library. - Initial implementaition of feature detection. - Fixed bug with incorrect user sync when tracking for first frame.
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 9d102add3a4..697051268d6 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -86,6 +86,8 @@ void CLIP_OT_set_center_principal(struct wmOperatorType *ot);
void CLIP_OT_slide_marker(struct wmOperatorType *ot);
+void CLIP_OT_detect_features(struct wmOperatorType *ot);
+
/* clip_draw.c */
void draw_clip_main(struct SpaceClip *sc, struct ARegion *ar, struct Scene *scene);
void draw_clip_track_widget(const struct bContext *C, void *trackp, void *userp, void *clipp, rcti *rect);