[Bf-docboard-svn] bf-manual: [7854] trunk/blender_docs/manual/modeling/meshes/tools/tool_settings.rst: Update Auto Merge Vertices

Aaron Carlisle noreply at blender.org
Sun Mar 21 01:55:21 CET 2021


Revision: 7854
          https://developer.blender.org/rBM7854
Author:   Blendify
Date:     2021-03-21 01:55:21 +0100 (Sun, 21 Mar 2021)
Log Message:
-----------
Update Auto Merge Vertices

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/meshes/tools/tool_settings.rst

Modified: trunk/blender_docs/manual/modeling/meshes/tools/tool_settings.rst
===================================================================
--- trunk/blender_docs/manual/modeling/meshes/tools/tool_settings.rst	2021-03-21 00:45:21 UTC (rev 7853)
+++ trunk/blender_docs/manual/modeling/meshes/tools/tool_settings.rst	2021-03-21 00:55:21 UTC (rev 7854)
@@ -104,16 +104,18 @@
    even though they are not perfectly positioned.
 
 
-Auto Merge
-----------
+.. _bpy.types.ToolSettings.use_mesh_automerge:
 
+Auto Merge Vertices
+-------------------
+
 .. admonition:: Reference
    :class: refbox
 
    :Mode:      Edit Mode
-   :Menu:      :menuselection:`Sidebar --> Tool --> Options --> Auto Merge`
+   :Menu:      :menuselection:`Sidebar --> Tool --> Options --> Auto Merge Vertices`
 
-When the *Auto Merge* option is enabled, as soon as a vertex moves closer to another one
+When enabled, as soon as a vertex moves closer to another one
 than the *Threshold* setting, they are automatically merged.
 This option affects interactive operations only
 (tweaks made in the :ref:`ui-undo-redo-adjust-last-operation` panel are considered interactive too).
@@ -120,9 +122,13 @@
 If the exact spot where a vertex is moved contains more than one vertex,
 then the merge will be performed between the moved vertex and one of those.
 
+.. _bpy.types.ToolSettings.use_mesh_automerge_and_split:
+
 Split Edges & Faces
    Detects the intersection of each transformed edge, creating a new vertex in place
    and sectioning the edge and the face if any.
 
+.. _bpy.types.ToolSettings.double_threshold:
+
 Threshold
-   Defines the maximum distance between vertices that are merged by the *Auto Merge*.
+   Defines the maximum distance between vertices that are merged.



More information about the Bf-docboard-svn mailing list