Blender Git Commit Log
Git Commits -> Revision c15bd1c
Revision c15bd1c by Pablo Dobarro (master) October 25, 2020, 21:52 (GMT) |
Sculpt: Face Set Edit delete Geometry operation This adds an operation mode to the Face Set Edit tool which deletes the geometry of a Face Set by clicking on it. The operator also checks for the mesh having a single Face Set to avoid deleting the entire object by accident. This is also disabled for Multires to avoid modifying the limit surface without control (it is not an important limitation as base meshes for multires are usually final, but maybe it can be supported in the future). Reviewed By: sergey Differential Revision: https://developer.blender.org/D8938 |
Commit Details:
Full Hash: c15bd1c4e658f2a19cf74a0f7aaa892c883a7fb1
Parent Commit: 1d9499b
Lines Changed: +176, -43