Blender Git Commit Log
Git Commits -> Revision f0b5fce
Revision f0b5fce by Pablo Dobarro (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) October 1, 2020, 13:37 (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: f0b5fceac2d5556b2cdfff337970d4dac60691eb
Parent Commit: 310d856
Committed By: YimingWu
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)