Blender Git Loki
Git Commits -> Revision 49e9d7d
Revision 49e9d7d by Pablo Dobarro (temp-lanpr-staging) September 12, 2019, 01:13 (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: 49e9d7d8f3dff07fb8c45152f541b2952fd44d18
Parent Commit: bb3dac4
Committed By: YimingWu
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)