Blender Git Loki
Git Commits -> Revision 08bd300
Revision 08bd300 by Sergey Sharybin (master) July 11, 2011, 09:04 (GMT) |
Camera tracking integration =========================== - Changed libmv api to use doubles instead of floats. No real benefit rather than keeping API uniform. - Optimized reconstructed camera search. It's optimized for playback, not random access. - Added option to show projection of bundles into footage. To see bundles "Show Bundles" from Display panel should be enabled. Used very rough limit of 3 px to consider projection is fine. Colors are still hard-coded. Not sure it could be useful to make them configurable. - Added option to mute footage. It could be useful to check if markers/bundles are moving smoothly. - Added selector for focal length units. |
Commit Details:
Full Hash: 08bd300f0e73ea534ba2a2cc09eeff69cc4c23ee
SVN Revision: 38297
Parent Commit: 1135dbc
Lines Changed: +282, -36
13 Modified Paths:
/extern/libmv/libmv-capi.cpp (+18, -1) (Diff)
/extern/libmv/libmv-capi.h (+5, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+7, -1) (Diff)
/source/blender/blenkernel/BKE_movieclip.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+29, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+82, -6) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+61, -13) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+4, -11) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+49, -1) (Diff)
/extern/libmv/libmv-capi.h (+5, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+7, -1) (Diff)
/source/blender/blenkernel/BKE_movieclip.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+29, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+82, -6) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+61, -13) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+4, -11) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+49, -1) (Diff)