Blender Git Loki
Git Commits -> Revision 6644cbd
Revision 6644cbd by Sergey Sharybin (master) July 14, 2011, 14:35 (GMT) |
Camera tracking integration =========================== - Tracking camera presets. - Reset principal to image center operator. Things to think about: - Unified presets for tracking camera and blender camera. - If prinipal should be a part of preset. |
Commit Details:
Full Hash: 6644cbd19a5a11118c1d3f06fda75faa6b0ae7ee
SVN Revision: 38395
Parent Commit: b50fe8a
Lines Changed: +80, -2
5 Modified Paths:
/release/scripts/startup/bl_operators/presets.py (+22, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+19, -2) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+2, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+2, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+35, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+19, -2) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+2, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+2, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+35, -0) (Diff)