Blender Git Loki
Git Commits -> Revision e0bfd39
Revision e0bfd39 by Pablo Dobarro (master) September 29, 2020, 20:48 (GMT) |
Sculpt: Line Project Gesture tool This tool projects all vertices to the right of the plane defined by the line gesture towards the plane. By doing this, this tool can create cuts and plane surfaces in the mesh without modifying the geometry or using boolean operations, so it is much faster than bisecting the mesh for cases where the geometry was going to be remeshed afterwards. Added as experimental as it does not have icon. Reviewed By: sergey, Severin Differential Revision: https://developer.blender.org/D9021 |
Commit Details:
Full Hash: e0bfd3968c61d3428519a5281580c260d50cc8b5
Parent Commit: f855dc8
Lines Changed: +152, -0
6 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+11, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+17, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+120, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+17, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+120, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)