Blender Git Loki
Git Commits -> Revision 7ff6bfd
Revision 7ff6bfd by Pablo Dobarro (master) October 21, 2020, 16:17 (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: 7ff6bfd1e0af67d2e583d12ce5aee5d2bf8ef96e
Parent Commit: 1b577d0
Committed By: Dalai Felinto
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)
/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)