[Bf-docboard-svn] bf-manual: [8022] branches/blender-2.93-release/blender_docs/manual/sculpt_paint/sculpting/editing/mask.rst: Sculpt: Mask Init operator

Aaron Carlisle noreply at blender.org
Thu May 13 00:27:38 CEST 2021


Revision: 8022
          https://developer.blender.org/rBM8022
Author:   Blendify
Date:     2021-05-13 00:27:38 +0200 (Thu, 13 May 2021)
Log Message:
-----------
Sculpt: Mask Init operator

rB74052a9f02a1f891300bb1e36b98556c5f7820b2

Modified Paths:
--------------
    branches/blender-2.93-release/blender_docs/manual/sculpt_paint/sculpting/editing/mask.rst

Modified: branches/blender-2.93-release/blender_docs/manual/sculpt_paint/sculpting/editing/mask.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/sculpt_paint/sculpting/editing/mask.rst	2021-05-12 21:15:57 UTC (rev 8021)
+++ branches/blender-2.93-release/blender_docs/manual/sculpt_paint/sculpting/editing/mask.rst	2021-05-12 22:27:38 UTC (rev 8022)
@@ -298,6 +298,27 @@
 Generates a mask based on the geometry cavity and pointiness.
 
 
+.. _bpy.ops.sculpt.mask_init:
+
+Random Mask
+-----------
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Sculpt Mode
+   :Menu:      :menuselection:`Mask --> Random Mask`
+
+Generates a mask with random values for the entire object based on different mesh data.
+
+Per Vertex
+   Assigns a random mask value for each vertex.
+Per Face Set
+   Assigns a random mask value for each :doc:`Face Set </sculpt_paint/sculpting/editing/face_sets>`.
+Per Loose Mask
+   Assigns a random mask value for each disjoint part of the mesh.
+
+
 .. _bpy.types.Sculpt.show_mask:
 .. _bpy.types.View3DOverlay.sculpt_mode_mask_opacity:
 



More information about the Bf-docboard-svn mailing list