Blender Git Commit Log
Git Commits -> Revision 8c81b3f
Revision 8c81b3f by Pablo Dobarro (master) September 26, 2020, 20:04 (GMT) |
Sculpt: Line gestures and Mask Line tool This adds support for line gesture to SculptGestureContext and implements a Mask Line tool, which affects everything to the right of a plane defined by the straightline gesture. For this to work, a new WM_gesture_straightline_oneshot_modal is needed which only runs exec when the gesture is over. Added as experimental as it does not have icon. Reviewed By: Severin Differential Revision: https://developer.blender.org/D8722 |
Commit Details:
Full Hash: 8c81b3fb8b9c857626c037fe0c95c5d48a3ca20f
Parent Commit: 4c74980
Lines Changed: +226, -6
8 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+12, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+23, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+112, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+72, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+23, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+112, -5) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+72, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+4, -0) (Diff)