[Bf-docboard-svn] bf-manual: [9649] trunk/blender_docs/manual/sculpt_paint/sculpting/controls.rst: Add missing sculpting file

Aaron Carlisle noreply at blender.org
Sun Oct 23 20:47:56 CEST 2022


Revision: 9649
          https://developer.blender.org/rBM9649
Author:   Blendify
Date:     2022-10-23 20:47:56 +0200 (Sun, 23 Oct 2022)
Log Message:
-----------
Add missing sculpting file

Added Paths:
-----------
    trunk/blender_docs/manual/sculpt_paint/sculpting/controls.rst

Added: trunk/blender_docs/manual/sculpt_paint/sculpting/controls.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/controls.rst	                        (rev 0)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/controls.rst	2022-10-23 18:47:56 UTC (rev 9649)
@@ -0,0 +1,42 @@
+
+********
+Controls
+********
+
+Auto-Masking
+============
+
+.. reference::
+
+   :Mode:      Sculpt Mode
+   :Tool:      :menuselection:`Header --> Auto-Masking`
+
+These properties automatically mask geometry based on geometric features of the mesh.
+Note, these properties are applied across all sculpt brushes, however, they can also be configured
+per brush in the :ref:`Advanced Brush Settings <sculpt-tool-settings-brush-settings-advanced>`.
+These properties can be accessed via a :ref:`bpy.types.UIPieMenu` by pressing :kbd:`Alt-A`.
+
+.. _bpy.types.Sculpt.use_automasking_topology:
+
+Topology
+   Brush affects only vertices connected to the active vertex under the brush.
+
+.. _bpy.types.Sculpt.use_automasking_face_sets:
+
+Face Sets
+   Affect only vertices that share face sets with active vertex.
+
+.. _bpy.types.Sculpt.use_automasking_boundary_edges:
+
+Mesh Boundary
+   Does not affect non-manifold boundary edges.
+
+.. _bpy.types.Sculpt.use_automasking_boundary_face_sets:
+
+Face Sets Boundary
+   Does not affect vertices which belong to a face set boundary.
+
+.. _bpy.types.Brush.automasking_boundary_edges_propagation_steps:
+
+Propagation Steps
+   The distance where *Mesh Boundary Auto-Masking* is going to protect vertices from the fully masked edge.


Property changes on: trunk/blender_docs/manual/sculpt_paint/sculpting/controls.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Bf-docboard-svn mailing list