Sculpt: Add Mask from Boundary operators #104938
@ -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:
|
||||||
|
@ -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
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user