[Bf-docboard-svn] bf-manual: [9547] trunk/blender_docs/manual/modeling: Merge branch 'blender-3.3-release'

Aaron Carlisle noreply at blender.org
Fri Sep 9 02:47:52 CEST 2022


Revision: 9547
          https://developer.blender.org/rBM9547
Author:   Blendify
Date:     2022-09-09 02:47:52 +0200 (Fri, 09 Sep 2022)
Log Message:
-----------
Merge branch 'blender-3.3-release'

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/uv/selecting.rst
    trunk/blender_docs/manual/modeling/curves/selecting.rst
    trunk/blender_docs/manual/modeling/meshes/selecting/similar.rst
    trunk/blender_docs/manual/modeling/meshes/uv/editing.rst
    trunk/blender_docs/manual/modeling/surfaces/selecting.rst

Property Changed:
----------------
    trunk/blender_docs/

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2022-09-09 00:46:58 UTC (rev 9546)
+++ trunk/blender_docs	2022-09-09 00:47:52 UTC (rev 9547)

Property changes on: trunk/blender_docs
___________________________________________________________________
Modified: svn:mergeinfo
## -3,4 +3,4 ##
 /branches/blender-3.0-release/blender_docs:8543-9034
 /branches/blender-3.1-release/blender_docs:8904-9230
 /branches/blender-3.2-release/blender_docs:9236-9417
-/branches/blender-3.3-release/blender_docs:9438-9542
\ No newline at end of property
+/branches/blender-3.3-release/blender_docs:9438-9546
\ No newline at end of property
Modified: trunk/blender_docs/manual/editors/uv/selecting.rst
===================================================================
--- trunk/blender_docs/manual/editors/uv/selecting.rst	2022-09-09 00:46:58 UTC (rev 9546)
+++ trunk/blender_docs/manual/editors/uv/selecting.rst	2022-09-09 00:47:52 UTC (rev 9547)
@@ -101,6 +101,46 @@
       This works similarly to the tools in 3D Viewport.
    Shortest Path
       Path between two selected elements.
+
+.. _bpy.ops.uv.select_similar:
+
+Select Similar :kbd:`Shift-G`
+   Selects UV vertices that have certain similar properties to the :term:`Active` vertex.
+   The :ref:`bpy.ops.screen.redo_last` panel provides several selection options:
+
+   Type
+      The property to compare against the active vertex.
+      The properties that are shown depend on the :ref:`Selection Mode <bpy.types.ToolSettings.uv_select_mode>`.
+
+      Vertex Selection Mode:
+
+      :Pinned: Selects vertices with the same :ref:`pinned <bpy.ops.uv.pin>` state as the active vertex.
+
+      Edge Selection Mode:
+
+      :Length: Selects edges with a similar length.
+      :Length 3D: Selects edges with a similar length in world space coordinates.
+      :Pinned:
+         Selects edges whose both vertices have the same
+         :ref:`pinned <bpy.ops.uv.pin>` state as the active vertex.
+
+      Face Selection Mode:
+
+      :Area: Selects faces with a similar area.
+      :Area 3D: Selects faces with a similar area in world space coordinates.
+      :Polygon Sides: Selects faces with the same number of edges per face.
+      :Material: Selects faces that have the same :doc:`Material </render/materials/index>`.
+
+   Compare
+      For quantitative properties, this property selects the type of comparison to between the two numerical values.
+
+      :Equal: Select items with the same value as the active item's chosen property.
+      :Greater: Select items with a larger value as the active item's chosen property.
+      :Less: Select items with a smaller value as the active item's chosen property.
+   Threshold
+      For quantitative properties, this property controls how
+      close the property's values have to be in the comparison.
+
 Select Split :kbd:`Y`
    Cuts apart the selected UVs from the map. Only those UVs which belong to
    fully selected faces remain selected. As the name implies, this is particularly useful to

Modified: trunk/blender_docs/manual/modeling/curves/selecting.rst
===================================================================
--- trunk/blender_docs/manual/modeling/curves/selecting.rst	2022-09-09 00:46:58 UTC (rev 9546)
+++ trunk/blender_docs/manual/modeling/curves/selecting.rst	2022-09-09 00:47:52 UTC (rev 9547)
@@ -152,9 +152,14 @@
       Selects control points that have a similar handles direction.
 
 Compare
-   Equal, Greater, Less. (only for Radius, Weight) (ToDo 2.76)
+   For quantitative properties, this property selects the type of comparison to between the two numerical values.
+
+   :Equal: Select items with the same value as the active item's chosen property.
+   :Greater: Select items with a larger value as the active item's chosen property.
+   :Less: Select items with a smaller value as the active item's chosen property.
 Threshold
-   Precision (ToDo 2.76)
+   For quantitative properties, this property controls how
+   close the property's values have to be in the comparison.
 
 
 (De)select First/Last

Modified: trunk/blender_docs/manual/modeling/meshes/selecting/similar.rst
===================================================================
--- trunk/blender_docs/manual/modeling/meshes/selecting/similar.rst	2022-09-09 00:46:58 UTC (rev 9546)
+++ trunk/blender_docs/manual/modeling/meshes/selecting/similar.rst	2022-09-09 00:47:52 UTC (rev 9547)
@@ -66,7 +66,17 @@
    Freestyle Face Marks
       Selects all faces with similar :ref:`Freestyle Face Marks <bpy.ops.mesh.mark_freestyle_face>`.
 
+Compare
+   For quantitative properties, this property selects the type of comparison to between the two numerical values.
 
+   :Equal: Select items with the same value as the active item's chosen property.
+   :Greater: Select items with a larger value as the active item's chosen property.
+   :Less: Select items with a smaller value as the active item's chosen property.
+   Threshold
+      For quantitative properties, this property controls how
+      close the property's values have to be in the comparison.
+
+
 .. _bpy.ops.mesh.select_similar_region:
 
 Face Regions

Modified: trunk/blender_docs/manual/modeling/meshes/uv/editing.rst
===================================================================
--- trunk/blender_docs/manual/modeling/meshes/uv/editing.rst	2022-09-09 00:46:58 UTC (rev 9546)
+++ trunk/blender_docs/manual/modeling/meshes/uv/editing.rst	2022-09-09 00:47:52 UTC (rev 9547)
@@ -109,6 +109,8 @@
    Snaps the cursor to the nearest pixels.
 Cursor to Selected
    Moves the Cursor to the center of the selection.
+Cursor to Origin
+   Places the cursor to the location (0, 0, 0).
 
 
 .. _bpy.ops.uv.weld:

Modified: trunk/blender_docs/manual/modeling/surfaces/selecting.rst
===================================================================
--- trunk/blender_docs/manual/modeling/surfaces/selecting.rst	2022-09-09 00:46:58 UTC (rev 9546)
+++ trunk/blender_docs/manual/modeling/surfaces/selecting.rst	2022-09-09 00:47:52 UTC (rev 9547)
@@ -139,9 +139,14 @@
       Selects control points that have a similar handles direction.
 
 Compare
-   Equal, Greater, Less. (only for Radius, Weight) (ToDo 2.76)
+   For quantitative properties, this property selects the type of comparison to between the two numerical values.
+
+   :Equal: Select items with the same value as the active item's chosen property.
+   :Greater: Select items with a larger value as the active item's chosen property.
+   :Less: Select items with a smaller value as the active item's chosen property.
 Threshold
-   Precision (ToDo 2.76)
+   For quantitative properties, this property controls how
+   close the property's values have to be in the comparison.
 
 
 .. _bpy.ops.curve.select_row:



More information about the Bf-docboard-svn mailing list