Blender Git Commit Log

Git Commits -> Revision 17cb2a6

Revision 17cb2a6 by Pablo Dobarro (master)
October 20, 2020, 20:18 (GMT)
UI: Move gesture selection with spacebar

This patch adds a modal key to move the selection box/lasso/line while
drawing it. It also sets "repeat": False on the animation playback key
to prevent accidental playback if the spacebar is released after the
mouse button.

Reviewed By: #user_interface, pablovazquez, Severin

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

Commit Details:

Full Hash: 17cb2a6da0c88eb509448447e10bc73a38398895
Parent Commit: b55c44e
Lines Changed: +111, -13

7 Modified Paths:

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