Blender Git Commit Log
Git Commits -> Revision a889ffa
Revision a889ffa by Sergey Sharybin (master) July 14, 2011, 12:52 (GMT) |
Camera tracking integration =========================== Initial implementation of Scale operator. There's no access from operator panel to operators defined for Clip Editor space, so distance can't be controlled as operator property. Added new property to MovieTrackingSettings for this. |
Commit Details:
Full Hash: a889ffad1cee007dbdee97e736c9e03ba087a2de
SVN Revision: 38392
Parent Commit: be73c3b
Lines Changed: +81, -0
7 Modified Paths:
/release/scripts/startup/bl_ui/space_clip.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+66, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+1, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+66, -0) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+6, -0) (Diff)