Blender Git Loki
Git Commits -> Revision 6faa765
Revision 6faa765 by Pablo Dobarro (master) August 4, 2020, 20:52 (GMT) |
Sculpt: Split Box Mask into its own operator Box mask is not a selection, so it should not be part of the select operator. This allows to add more sculpt mode specific functionality and properties and to share more code with the lasso mask operator in a later refactor. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8456 |
Commit Details:
Full Hash: 6faa765af8954948de3cec75a2261a5aa139b4e5
Parent Commit: 1ae9960
Lines Changed: +52, -18
6 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+44, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+1, -6) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+44, -8) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+1, -6) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)