Blender Git Loki
Git Commits -> Revision 53f5ca9
Revision 53f5ca9 by Sergey Sharybin (master) July 19, 2011, 12:42 (GMT) |
Camera tracking integration =========================== - Fixed smal lbug with mouse selection. - Added option to show tracks names and their states (disabled, keyframed, estimated, tracked). |
Commit Details:
Full Hash: 53f5ca931e6d81ee38442d8dfca28d0308d029a1
SVN Revision: 38508
Parent Commit: 146a184
Lines Changed: +84, -4
8 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+61, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+11, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/tracking.c (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+61, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+11, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)