Blender Git Loki
Git Commits -> Revision 4021db8
April 4, 2010, 00:21 (GMT) |
Added a new 'straight line' gesture type that can be used in any operator. Use this for image editor Line Sample tool, rather than custom modal operator/ custom drawing. |
Commit Details:
Full Hash: 4021db8af82bb96ecd727e1a3374367f189ce415
SVN Revision: 27978
Parent Commit: 069e955
Lines Changed: +185, -92
7 Modified Paths:
/source/blender/editors/space_image/image_intern.h (+0, -1) (Diff)
/source/blender/editors/space_image/image_ops.c (+22, -81) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+154, -8) (Diff)
/source/blender/windowmanager/WM_api.h (+3, -0) (Diff)
/source/blender/windowmanager/wm_event_types.h (+1, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -0) (Diff)
/source/blender/editors/space_image/image_ops.c (+22, -81) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+154, -8) (Diff)
/source/blender/windowmanager/WM_api.h (+3, -0) (Diff)
/source/blender/windowmanager/wm_event_types.h (+1, -1) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -0) (Diff)