Sculpt: Add Mask from Boundary operators #104938

Merged
Aaron Carlisle merged 2 commits from Sean-Kim/blender-manual:mask-from-border into blender-v4.3-release 2024-10-04 04:40:44 +02:00
2 changed files with 7 additions and 3 deletions
Showing only changes of commit f3b10d95b3 - Show all commits

View File

@ -62,7 +62,7 @@ Mesh Boundary
This setting is used for both Mesh Boundary and Face Sets Boundary. This setting is used for both Mesh Boundary and Face Sets Boundary.
Create Mask Create Mask
This will execute the :ref:`bpy.ops.sculpt.mask_from_boundary` operator with the current auto-masking settings. This will execute the :ref:`bpy.ops.sculpt.mask_from_mesh_boundary` operator with the current auto-masking settings.
This is very useful to visualize the current auto-mask, or to edit the mask further manually. This is very useful to visualize the current auto-mask, or to edit the mask further manually.
.. _bpy.types.Sculpt.use_automasking_boundary_face_sets: .. _bpy.types.Sculpt.use_automasking_boundary_face_sets:
@ -73,7 +73,7 @@ Face Sets Boundary
Propagation Steps are shared with Mesh Boundary auto-masking. Propagation Steps are shared with Mesh Boundary auto-masking.
Create Mask Create Mask
This will execute the :ref:`bpy.ops.sculpt.mask_from_boundary` operator with the current auto-masking settings. This will execute the :ref:`bpy.ops.sculpt.mask_from_face_sets_boundary` operator with the current auto-masking settings.
This is very useful to visualize the current auto-mask, or to edit the mask further manually. This is very useful to visualize the current auto-mask, or to edit the mask further manually.
.. _bpy.types.Sculpt.use_automasking_cavity: .. _bpy.types.Sculpt.use_automasking_cavity:

View File

@ -235,7 +235,8 @@ Invert
Custom Curve Custom Curve
Same as :doc:`Auto-Masking </sculpt_paint/sculpting/controls>`. Same as :doc:`Auto-Masking </sculpt_paint/sculpting/controls>`.
.. _bpy.ops.sculpt.mask_from_boundary
.. _bpy.ops.sculpt.mask_from_mesh_boundary:
Mask From Mesh Boundary Mask From Mesh Boundary
======================= =======================
@ -258,6 +259,9 @@ Automask Settings
Propagation Steps Propagation Steps
Same as :doc:`Auto-Masking </sculpt_paint/sculpting/controls>`. Same as :doc:`Auto-Masking </sculpt_paint/sculpting/controls>`.
.. _bpy.ops.sculpt.mask_from_face_sets_boundary:
Mask From Face Sets Boundary Mask From Face Sets Boundary
============================ ============================