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 21:42:13 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-08 21:42:13 +0400
commitc3d2e13a499a773f27419d910b66c1928aa9acda (patch)
tree5aa9700c532fc7090ca460387f79975ae98c8726 /source/blender/editors/space_clip/clip_intern.h
parent3685eac8e185d5e2920ebdb4be0c17329cb5685a (diff)
Camera tracking integration
=========================== - Made settings for tracking non-animatable. - Fixed crash when enabling/disabling markers from "Specials" menu. - Translate all coords to make first reconstructed camera be at position (0,0,0). - Blender's camera now affects on reconstructed data. Bundles are "parented" to active scene camera. So now bundles' could could be scaled and rotated when camera is rotating/scaling.
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 4ec6b8803f4..d855f6c4460 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -74,6 +74,7 @@ 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);