Blender Git Commit Log
Git Commits -> Revision a28867e
Revision a28867e by Sergey Sharybin (master) August 3, 2011, 18:28 (GMT) |
Camera tracking integration =========================== - Made naming in libmv-api more uniform. - Move aspect ration detection of clip to movieclip.c. - Remove unused width and height from camera intrinsics function. - Reconstruction should now deal correct with aspect ratio. |
Commit Details:
Full Hash: a28867e172e93e6e061e63694b6f414ddf518ed0
SVN Revision: 39000
Parent Commit: cf8caea
Lines Changed: +69, -62
11 Modified Paths:
/extern/libmv/libmv-capi.cpp (+22, -22) (Diff)
/extern/libmv/libmv-capi.h (+8, -9) (Diff)
/source/blender/blenkernel/BKE_movieclip.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+10, -9) (Diff)
/source/blender/editors/include/ED_clip.h (+0, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+5, -4) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+6, -12) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+3, -2) (Diff)
/extern/libmv/libmv-capi.h (+8, -9) (Diff)
/source/blender/blenkernel/BKE_movieclip.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+8, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+10, -9) (Diff)
/source/blender/editors/include/ED_clip.h (+0, -1) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+5, -4) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+6, -12) (Diff)
/source/blender/editors/space_clip/space_clip.c (+3, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+3, -2) (Diff)