Blender Git Commit Log
Git Commits -> Revision 2543e01
Revision 2543e01 by Sergey Sharybin (master) July 11, 2011, 17:13 (GMT) |
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. |
Commit Details:
Full Hash: 2543e01052f79e92241076ee9970f25e822bd785
SVN Revision: 38311
Parent Commit: ef5b107
Lines Changed: +88, -142
11 Modified Paths:
/release/scripts/startup/bl_ui/properties_object_constraint.py (+9, -2) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+2, -14) (Diff)
/source/blender/blenkernel/intern/constraint.c (+11, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -1) (Diff)
/source/blender/editors/object/object_constraint.c (+8, -26) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+0, -2) (Diff)
/source/blender/editors/space_clip/space_clip.c (+0, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+27, -85) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+13, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+16, -4) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+2, -14) (Diff)
/source/blender/blenkernel/intern/constraint.c (+11, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -1) (Diff)
/source/blender/editors/object/object_constraint.c (+8, -26) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+0, -2) (Diff)
/source/blender/editors/space_clip/space_clip.c (+0, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+27, -85) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+13, -2) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+16, -4) (Diff)