Blender Git Commit Log
Git Commits -> Revision be73c3b
Revision be73c3b by Sergey Sharybin (master) July 14, 2011, 12:05 (GMT) |
Camera tracking integration =========================== Small fixes and features: - Fixed broken toolshelf for empty space clip. - Added option to hide disabled tracks. - Do not send disabled markers to tracking job. - Fixed bug with disabling marker when tracking backwards. - Fixed bug with unset principal point by default. - Hide bundle projection for disabled markers. - Flip orientation when hitting "Set Axis" when bundle is already defines axis. |
Commit Details:
Full Hash: be73c3bd4cb32bc5430ef9cafbb4a6879fe11261
SVN Revision: 38391
Parent Commit: ab57128
Lines Changed: +132, -78
9 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+6, -2) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+5, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+3, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+12, -5) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+36, -26) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+60, -41) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+5, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+3, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+12, -5) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+36, -26) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+60, -41) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)