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-06-17 18:47:41 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-06-17 18:47:41 +0400
commit5c7771f6d4af706cc8e21046dad783e4a2e0d03d (patch)
tree50a31cedd7092c2b4142417096deb21d6c31e777 /source/blender/editors/space_clip/clip_intern.h
parent35633f35d5aff73d041f6fb53e3eccf8fcb35b92 (diff)
Camera tracking integration
=========================== Test tool: convert track to location fcurves for object in 3d world. 1 pixel on footage is equal to 1 Blender unit. Added for testing only, could be removed any time -- real parenting to markers/bundles are only under design now.
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 327314fafec..f9aa89d7398 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -71,6 +71,8 @@ void CLIP_OT_track_markers(struct wmOperatorType *ot);
void CLIP_OT_reset_tracking_settings(struct wmOperatorType *ot);
void CLIP_OT_clear_track_path(struct wmOperatorType *ot);
+void CLIP_OT_track_to_fcurves(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);