Blender Git Loki
Git Commits -> Revision 2b27397
Revision 2b27397 by Pablo Dobarro (master) September 9, 2019, 15:02 (GMT) |
Sculpt: Topology automasking The sculpt automasking feature assigns a factor to each vertex before starting the stroke. This can be used for isolating disconnected meshes, masking cavities, mesh boundary edges or creating topological falloffs. This commit implements automasking in all brushes and topology automasking without topology falloff. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5645 |
Commit Details:
Full Hash: 2b2739724e6502d2798d22b516a4ffb61596c556
Parent Commit: 5fe83ff
Lines Changed: +323, -13
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+4, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+297, -13) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+8, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+297, -13) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+8, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -0) (Diff)