Blender Git Loki
Git Commits -> Revision 0efe5d4
Revision 0efe5d4 by Joseph Mansfield (soc-2013-motion_track) July 18, 2013, 09:21 (GMT) |
Refactor and tidy up bundle options and interfaces Non-functional changes to a few data types and interfaces involved in passing bundle options from the UI to libmv. A significant change is that the decision to perform a modal reconstruction or not is moved into the libmv C API and the type of camera movement is passed as an option. |
Commit Details:
Full Hash: 0efe5d47e22a0d6abaf7ca394bd90e1ea9de8466
SVN Revision: 58361
Parent Commit: 732b372
Lines Changed: +102, -69
7 Modified Paths:
/extern/libmv/libmv-capi.cc (+36, -12) (Diff)
/extern/libmv/libmv-capi.h (+9, -8) (Diff)
/extern/libmv/libmv/simple_pipeline/bundle.cc (+2, -2) (Diff)
/extern/libmv/libmv/simple_pipeline/bundle.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+43, -40) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+3, -3) (Diff)
/extern/libmv/libmv-capi.h (+9, -8) (Diff)
/extern/libmv/libmv/simple_pipeline/bundle.cc (+2, -2) (Diff)
/extern/libmv/libmv/simple_pipeline/bundle.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+43, -40) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+8, -3) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+3, -3) (Diff)