Blender Git Loki
Git Commits -> Revision cb9de95
Revision cb9de95 by Pablo Dobarro (master) June 9, 2020, 17:09 (GMT) |
Sculpt: Face Set Edit Operator This operator performs an edit operation in the active face set defined by the cursor position and updates the visibility. For now, it has a Grow and Shrink operations, similar to Select More/Less in edit mode or to the mask filter Grow/Shrink modes. More operations can be added in the future. In multires, this updates the visibility of an entire face from the base mesh at once, which makes it very convenient to edit the visible area without manipulating the face set directly. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7367 |
Commit Details:
Full Hash: cb9de95d61b32f90788875f20e046095bb6310ad
Parent Commit: 77789a1
Lines Changed: +183, -0
6 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+8, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+167, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+8, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+167, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -0) (Diff)