Blender Git Commit Log
Git Commits -> Revision 5b8cc73
Revision 5b8cc73 by Sergey Sharybin (master) August 26, 2011, 20:14 (GMT) |
Camera tracking integration =========================== - Stop tracking when marker is too close to the frame boundary. - Added marker margin to tracking settings. - Added option to use auto-adoptation each N frames. - Highlight keyframed frames on cache line with brighter yellow. |
Commit Details:
Full Hash: 5b8cc731c66f564557613f350e30abe41056f917
SVN Revision: 39718
Parent Commit: 7b69253
Lines Changed: +90, -36
6 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+3, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+56, -25) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+1, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+6, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+23, -8) (Diff)
/source/blender/blenkernel/intern/tracking.c (+56, -25) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+1, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+6, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+23, -8) (Diff)