Blender Git Loki
Git Commits -> Revision d1f314a
Revision d1f314a by Martin Poirier (master) November 23, 2009, 16:24 (GMT) |
New CLICK event value. If RELEASE is not handled and last event was PRESS of same type, redo handlers with CLICK value (this means you can "click" key events too). Leftmouse+Ctrl to extrude now mapped to Click instead of Release. Release was used to avoid conflict with lasso, but it isn't safe with modal operators that use Press to confirm (subsequent Release then extruded). Click is semantically closer to what we want here. |
Commit Details:
Full Hash: d1f314a2174a61dbfd054c3cd6da673520061dd8
SVN Revision: 24824
Parent Commit: 66a013b
Lines Changed: +29, -7
6 Modified Paths:
/source/blender/editors/armature/armature_ops.c (+1, -1) (Diff)
/source/blender/editors/curve/curve_ops.c (+1, -1) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+3, -4) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+20, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
/source/blender/editors/curve/curve_ops.c (+1, -1) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+3, -4) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+3, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+20, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)