Blender Git Commit Log

Git Commits -> Revision 9216b8d

Revision 9216b8d by Pablo Dobarro (master)
October 21, 2020, 15:55 (GMT)
UI: Allow changing the active side of line gestures

Line gesture use always the right side of the line as active (the area
of the mesh that is going to be modified) by default.
This adds the ability to change the active side when the line gesture is
active by pressing the F key.
This allows more freedom to position the line after starting the
gestures, as it won't be required to cancel the operation or undo if the
line was used in the wrong direction.

Reviewed By: Severin

Differential Revision: https://developer.blender.org/D9301

Commit Details:

Full Hash: 9216b8d6cb0be1bd83f5d3aaaccde6e2f209f580
Parent Commit: 15cebd8
Lines Changed: +36, -3

8 Modified Paths:

/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+9, -0) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+5, -3) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+12, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_operator_props.c (+2, -0) (Diff)
/source/blender/windowmanager/wm_event_types.h (+3, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021