Blender Git Commit Log
Git Commits -> Revision e535c63
Revision e535c63 by Sergey Sharybin (master) July 25, 2011, 18:11 (GMT) |
Camera tracking integration =========================== - Split clip hotkeys into two categories: * Global * Editing This allows to re-use such hotkeys as track markers from properties region without worrying about conflicts. - Anchor point could now be offseted from marker position. - Pattern can now be symmetrical relative to marker position only. - Changes to mouse sliding: * Left top rectangle used for marker position and now it's half inside and half outside of marker. * Right bottom corners are for size. * Anchor point can be slided with mouse to adjust offset. - Resolved conflict caused by left-mouse selection option. Now it works perfectly with sliding -- no more "sticky" keys or so. - Fixed some typos. |
Commit Details:
Full Hash: e535c63fdcc5e095f0b6c43c57252e8e3e3c94f3
SVN Revision: 38706
Parent Commit: f41d900
Lines Changed: +575, -448
10 Modified Paths:
/release/scripts/startup/bl_ui/space_userpref_keymap.py (+3, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+10, -8) (Diff)
/source/blender/blenkernel/intern/tracking.c (+3, -9) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+39, -32) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+134, -66) (Diff)
/source/blender/editors/space_clip/space_clip.c (+29, -15) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+349, -312) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+5, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/constraint.c (+10, -8) (Diff)
/source/blender/blenkernel/intern/tracking.c (+3, -9) (Diff)
/source/blender/editors/space_clip/clip_buttons.c (+39, -32) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+134, -66) (Diff)
/source/blender/editors/space_clip/space_clip.c (+29, -15) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+349, -312) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+5, -4) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+1, -0) (Diff)