Blender Git Commit Log
Git Commits -> Revision 675c964
Revision 675c964 by Pablo Dobarro (master) September 7, 2020, 15:31 (GMT) |
Sculpt: Sculpt Trimming gestures tools This implements Box Trim as a boolean based trimming too gesture in sculpt mode. This is the intended way to remove parts of the sculpt instead of using box mask and mask slice. It also creates new face sets for the new faces created after the boolean operation. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8766 |
Commit Details:
Full Hash: 675c9644420eba96751e1cadedd2656a8bc39191
Parent Commit: 1dc11d1
Lines Changed: +529, -1
6 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+22, -1) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+24, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+477, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+24, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+477, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+3, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)