Blender Git Loki
Git Commits -> Revision 3eea195
Revision 3eea195 by Sergey Sharybin (master) August 1, 2011, 08:29 (GMT) |
Camera tracking integration =========================== - If "Zoom To Mouse" is enabled in user preferences then zooming would happen to mouse position in clip editor. - Fixed 1px padding from shot boundary rectangle. - Allow for some operators grab cursor. - Enlarge marker anchor sliding area and make it prioritized on pattern/search slide zones, |
Commit Details:
Full Hash: 3eea1954c106222b7213f8fe026528601b8fb948
SVN Revision: 38892
Parent Commit: 1975951
Lines Changed: +99, -57
5 Modified Paths:
/source/blender/editors/include/ED_clip.h (+4, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+4, -4) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+29, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+48, -12) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+14, -41) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+4, -4) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+29, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+48, -12) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+14, -41) (Diff)