Fix #108303: Added missing Auto-Masking label
The Auto-Masking label in the brush settings of sculpt mode was missing. Added the label back. Pull Request: #108494
This commit is contained in:
committed by
Harley Acheson
parent
3405472672
commit
2a7739f9d3
@@ -937,7 +937,6 @@ def brush_settings_advanced(layout, context, brush, popover=False):
|
||||
|
||||
col = layout.column(heading="Auto-Masking", align=True)
|
||||
|
||||
col = layout.column(align=True)
|
||||
col.prop(brush, "use_automasking_topology", text="Topology")
|
||||
col.prop(brush, "use_automasking_face_sets", text="Face Sets")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user