[Bf-docboard-svn] bf-manual: [9546] branches/blender-3.3-release/blender_docs/manual/modeling: Cleanup: Finish some todos related to select similar

Aaron Carlisle noreply at blender.org
Fri Sep 9 02:46:58 CEST 2022


Revision: 9546
          https://developer.blender.org/rBM9546
Author:   Blendify
Date:     2022-09-09 02:46:58 +0200 (Fri, 09 Sep 2022)
Log Message:
-----------
Cleanup: Finish some todos related to select similar

Modified Paths:
--------------
    branches/blender-3.3-release/blender_docs/manual/modeling/curves/selecting.rst
    branches/blender-3.3-release/blender_docs/manual/modeling/meshes/selecting/similar.rst
    branches/blender-3.3-release/blender_docs/manual/modeling/surfaces/selecting.rst

Modified: branches/blender-3.3-release/blender_docs/manual/modeling/curves/selecting.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/modeling/curves/selecting.rst	2022-09-09 00:44:24 UTC (rev 9545)
+++ branches/blender-3.3-release/blender_docs/manual/modeling/curves/selecting.rst	2022-09-09 00:46:58 UTC (rev 9546)
@@ -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: branches/blender-3.3-release/blender_docs/manual/modeling/meshes/selecting/similar.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/modeling/meshes/selecting/similar.rst	2022-09-09 00:44:24 UTC (rev 9545)
+++ branches/blender-3.3-release/blender_docs/manual/modeling/meshes/selecting/similar.rst	2022-09-09 00:46:58 UTC (rev 9546)
@@ -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: branches/blender-3.3-release/blender_docs/manual/modeling/surfaces/selecting.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/modeling/surfaces/selecting.rst	2022-09-09 00:44:24 UTC (rev 9545)
+++ branches/blender-3.3-release/blender_docs/manual/modeling/surfaces/selecting.rst	2022-09-09 00:46:58 UTC (rev 9546)
@@ -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