Blender Git Loki
Git Commits -> Revision 8615218
Revision 8615218 by Sergey Sharybin (master) September 26, 2011, 15:07 (GMT) |
Camera tracking integration =========================== - If render size is set to "Full Render" and undistorted render is enabled, do on-fly undistortion so distortion coefficients can be visually verifed before baking. - Made slight change in libmv-side to survive with large distortion coefficients. Hope this change is fine. |
Commit Details:
Full Hash: 8615218d579cff461dc449b731e480f18817095e
SVN Revision: 40573
Parent Commit: 503ec93
Lines Changed: +265, -41
3 Added Paths:
/extern/libmv/patches/function_derivative.patch (+21, -0) (View)
/extern/libmv/patches/high_distortion_crash_fix.patch (+21, -0) (View)
/extern/libmv/patches/levenberg_marquardt.patch (+71, -0) (View)
/extern/libmv/patches/high_distortion_crash_fix.patch (+21, -0) (View)
/extern/libmv/patches/levenberg_marquardt.patch (+71, -0) (View)
6 Modified Paths:
/extern/libmv/bundle.sh (+0, -4) (Diff)
/extern/libmv/libmv/simple_pipeline/camera_intrinsics.cc (+7, -3) (Diff)
/extern/libmv/patches/series (+3, -0) (Diff)
/intern/guardedalloc/intern/mallocn.c (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+1, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+140, -30) (Diff)
/extern/libmv/libmv/simple_pipeline/camera_intrinsics.cc (+7, -3) (Diff)
/extern/libmv/patches/series (+3, -0) (Diff)
/intern/guardedalloc/intern/mallocn.c (+1, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+1, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+140, -30) (Diff)