Scultp: Face Set boundary automasking
With this brush option it is possible to mask the boundary vertices of all face sets. This is especially useful in the cloth brush, where face sets can be used to simulate seams between different patches of cloth and produce different patterns and effects. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D7230
This commit is contained in:
@@ -823,8 +823,9 @@ def brush_settings_advanced(layout, context, brush, popover=False):
|
||||
# face masks automasking
|
||||
layout.prop(brush, "use_automasking_face_sets")
|
||||
|
||||
# boundary edges automasking
|
||||
# boundary edges/face sets automasking
|
||||
layout.prop(brush, "use_automasking_boundary_edges")
|
||||
layout.prop(brush, "use_automasking_boundary_face_sets")
|
||||
layout.prop(brush, "automasking_boundary_edges_propagation_steps")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user