Blender Git Loki
Git Commits -> Revision f20de08
Revision f20de08 by Sergey Sharybin (master) July 8, 2011, 08:38 (GMT) |
Camera tracking integration =========================== - 32 bit linux compilation should be fixed now. - Camrea reconstruction data should be better now when there's no reconstructed cameras. - Implemented "Set Origin" operator - Added "Specials" W-key menu for SpaceClip. Supports such operators: * Enable track * Disable track * Set origin |
Commit Details:
Full Hash: f20de08afd00fe42a1e445b08ab008b6e91c8b28
SVN Revision: 38222
Parent Commit: f09256a
Lines Changed: +244, -57
9 Modified Paths:
/extern/libmv/bundle.sh (+2, -1) (Diff)
/extern/libmv/ChangeLog (+74, -51) (Diff)
/extern/libmv/libmv/base/vector.h (+3, -0) (Diff)
/extern/libmv/third_party/glog/src/config_linux.h (+5, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+15, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+5, -2) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+3, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+5, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+132, -2) (Diff)
/extern/libmv/ChangeLog (+74, -51) (Diff)
/extern/libmv/libmv/base/vector.h (+3, -0) (Diff)
/extern/libmv/third_party/glog/src/config_linux.h (+5, -1) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+15, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+5, -2) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+3, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+5, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+132, -2) (Diff)