Blender Git Loki
Git Commits -> Revision 9f32e83
Revision 9f32e83 by Sergey Sharybin (master) October 26, 2013, 13:22 (GMT) |
Weighted tracks Added a weight slider to track which defines how much particular track affects in a final reconstruction. This weight is for sure animateable. Currently it affects on BA step only which in most cases will work just fine. The usecase of this slider is to have it set to 1.0 most of the time where the track is good, but blend it's weight down to 0 when tracker looses the track. This will prevent camera from jump. Tutorial is to be done by Sebastian. |
Commit Details:
Full Hash: 9f32e83175448eaf654cc228caa70065d63df13a
SVN Revision: 60948
Parent Commit: 4a15df1
Lines Changed: +141, -49
15 Modified Paths:
/extern/libmv/libmv-capi.cc (+2, -2) (Diff)
/extern/libmv/libmv-capi.h (+1, -1) (Diff)
/extern/libmv/libmv-capi_stub.cc (+1, -1) (Diff)
/extern/libmv/libmv/simple_pipeline/bundle.cc (+33, -23) (Diff)
/extern/libmv/libmv/simple_pipeline/modal_solver.cc (+16, -11) (Diff)
/extern/libmv/libmv/simple_pipeline/tracks.cc (+3, -3) (Diff)
/extern/libmv/libmv/simple_pipeline/tracks.h (+12, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+23, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+21, -0) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+8, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)
/extern/libmv/libmv-capi.h (+1, -1) (Diff)
/extern/libmv/libmv-capi_stub.cc (+1, -1) (Diff)
/extern/libmv/libmv/simple_pipeline/bundle.cc (+33, -23) (Diff)
/extern/libmv/libmv/simple_pipeline/modal_solver.cc (+16, -11) (Diff)
/extern/libmv/libmv/simple_pipeline/tracks.cc (+3, -3) (Diff)
/extern/libmv/libmv/simple_pipeline/tracks.h (+12, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+2, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/tracking.c (+23, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+21, -0) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+8, -1) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)