Blender Git Commit Log
Git Commits -> Revision cf6c261
Revision cf6c261 by Sergey Sharybin (master) August 2, 2011, 18:25 (GMT) |
Camera tracking integration =========================== - Fixed some silly things ni DNA design. Now all reconstruction data is stored in Tracking->Reconstruction. Please, re-solve your cameras -- reconstruction data wouldn't be read from files saved in blender below this commit. - RNA accessors for reconstruction data. - Store average reconstruction error in new reconstruction structure and show it in clip editor header after reconstruction. - Highlight failed to reconstruct frames with red in cache line. - Added "group" "Failed Tracks" in Select Grouped operator, Meant to be used for selecting tracks bundles from which failed to to be solved. - Hotkey to delete marker: Shift-X. - Jump to next/prev failed frame operator. Hotkeys are Ctrl-Shift-Left/Right Arrow. |
Commit Details:
Full Hash: cf6c261cc8e4feecbc63e35affbfa2eecb522e4f
SVN Revision: 38950
Parent Commit: 1694e59
Lines Changed: +238, -76
11 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+9, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+35, -39) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+29, -5) (Diff)
/source/blender/editors/space_clip/space_clip.c (+11, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+65, -16) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+14, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+66, -2) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+35, -39) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+2, -2) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+29, -5) (Diff)
/source/blender/editors/space_clip/space_clip.c (+11, -2) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+65, -16) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+5, -5) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+14, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+66, -2) (Diff)