Blender Git Loki
Git Commits -> Revision ac57527
Revision ac57527 by Sergey Sharybin (master) July 20, 2011, 20:31 (GMT) |
Camera tracking integration =========================== - Fixed crash when holding down S and R keys. - Fixed deleting of first marker. - Tracking should now work fine with float buffers. - Added option to show distortion grid. It's most probably temporary solution until [auto]calibration tools aren't merged. This grid defines straight lines on the image. |
Commit Details:
Full Hash: ac5752789532dbe1d640e5fe9f1d615cec05c357
SVN Revision: 38546
Parent Commit: 76a6564
Lines Changed: +135, -17
10 Modified Paths:
/extern/libmv/libmv-capi.cpp (+16, -0) (Diff)
/extern/libmv/libmv-capi.h (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+4, -1) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+53, -12) (Diff)
/source/blender/editors/include/ED_transform.h (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+48, -0) (Diff)
/source/blender/editors/transform/transform.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)
/extern/libmv/libmv-capi.h (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+4, -1) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+53, -12) (Diff)
/source/blender/editors/include/ED_transform.h (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+48, -0) (Diff)
/source/blender/editors/transform/transform.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)