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-11 21:13:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-11 21:13:27 +0400
commit2543e01052f79e92241076ee9970f25e822bd785 (patch)
tree94a960e0c69b8770f5dfa4f97e8d2d946ab8028b /source/blender/editors/space_clip/clip_intern.h
parentef5b107b3bc847d2c491ef431e76b87eabdab946 (diff)
Camera tracking integration
=========================== - Fixed incorrect usage of RNA structure for CameraSolverConstraint. - Fixed some typos in object_constraint which were casting CameraSolver data to FollowTrack data. - Tracking-related constraints now have got option "Use Defult Clip" which makes them use clip set as active for scene. Enabled by default. - Set active blender camera focal length after reconstruction. - Corrected offset of sequence images. Now first image from sequence should be at scene frame 1.
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, 0 insertions, 2 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index 3e544697660..1b007feb8ed 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -81,8 +81,6 @@ void CLIP_OT_set_origin(struct wmOperatorType *ot);
void CLIP_OT_slide_marker(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);