Blender Git Loki
Git Commits -> Revision 4cd25c1
Revision 4cd25c1 by Sergey Sharybin (master) June 17, 2011, 14:47 (GMT) |
Camera tracking integration =========================== - libmv's sources would now be added to qtcreator project. - Fixed compilation with blenderplayer enabled and cmake. - Fixed bug when tracking was done from frame different from initial marker's frame number. - Implemented backwards tracking. - Added option to draw track's path. Would be enabled by default for new scenes. Could be enabled on "Display" panel for files saved in previous version. - Added operator to clean track path so it could be easily tracked form scratch. - Added hotkeys for tracking, backwards tracking and cleaning track path (Ctrl-T, Ctrl-Shift-T and Alt-T). - Fixed crash when setting clip as a footage. - Small optimization when trying to track without selected markers. |
Commit Details:
Full Hash: 4cd25c18865b477f6e65f1d20576bcbb6be387db
SVN Revision: 37595
Parent Commit: f4ce577
Lines Changed: +283, -48
12 Modified Paths:
/build_files/cmake/project_info.py (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+29, -22) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+48, -5) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+91, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+9, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+76, -11) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+17, -4) (Diff)
/source/blenderplayer/CMakeLists.txt (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+29, -22) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+48, -5) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+91, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+9, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+76, -11) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+17, -4) (Diff)
/source/blenderplayer/CMakeLists.txt (+4, -0) (Diff)