[Bf-docboard-svn] bf-manual: [7573] trunk/blender_docs/manual/modeling/modifiers/nodes: Geometry Nodes: Fix indexing errors

Aaron Carlisle noreply at blender.org
Tue Jan 12 07:16:28 CET 2021


Revision: 7573
          https://developer.blender.org/rBM7573
Author:   Blendify
Date:     2021-01-12 07:16:28 +0100 (Tue, 12 Jan 2021)
Log Message:
-----------
Geometry Nodes: Fix indexing errors

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_compare.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_fill.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_math.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_mix.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_randomize.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_vector_math.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/color/color_ramp.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/color/combine_rgb.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/color/separate_rgb.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/geometry/join_geometry.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/geometry/transform.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/input/object_info.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/input/random_float.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/input/value.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/input/vector.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/boolean.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/edge_split.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/subdivision_surface.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/triangulate.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_instance.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_separate.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/utilities/boolean_math.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/utilities/clamp.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/utilities/float_compare.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/utilities/map_range.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/utilities/math.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/vector/combine_xyz.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/vector/separate_xyz.rst
    trunk/blender_docs/manual/modeling/modifiers/nodes/vector/vector_math.rst

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Attribute; Attribute Color Ramp
+.. index:: Geometry Nodes; Attribute Color Ramp
 
 ********************
 Attribute Color Ramp

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_compare.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_compare.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_compare.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Point Separate
+.. index:: Geometry Nodes; Attribute Compare
 .. _bpy.types.GeometryNodeAttributeCompare:
 
 *****************
@@ -29,7 +29,7 @@
 
 Threshold
    This value is used as a threshold for still considering the two inputs as equal
-   for the *Equal* and *Not Equal* operations, 
+   for the *Equal* and *Not Equal* operations,
 
 Result
    Name of the attribute where the computed result it stored.

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_fill.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_fill.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_fill.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Point Separate
+.. index:: Geometry Nodes; Attribute Fill
 .. _bpy.types.GeometryNodeAttributeFill:
 
 **************

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_math.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_math.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_math.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Attribute; Attribute Math
+.. index:: Geometry Nodes; Attribute Math
 .. _bpy.types.GeometryNodeAttributeMath:
 
 **************

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_mix.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_mix.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_mix.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Attribute; Attribute Mix
+.. index:: Geometry Nodes; Attribute Mix
 
 *************
 Attribute Mix

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_randomize.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_randomize.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_randomize.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Attribute; Attribute Randomize
+.. index:: Geometry Nodes; Attribute Randomize
 .. _bpy.types.GeometryNodeAttributeRandomize:
 
 *******************

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_vector_math.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_vector_math.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_vector_math.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Attribute; Attribute Math
+.. index:: Geometry Nodes; Attribute Vector Math
 .. _bpy.types.GeometryNodeAttributeVectorMath:
 
 *********************

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/color/color_ramp.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/color/color_ramp.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/color/color_ramp.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,2 +1,3 @@
+.. index:: Geometry Nodes; Color Ramp
 .. DO NOT EDIT FILE. This is simply a stub which copies everything from the link below (for Cycles).
 .. include:: /compositing/types/converter/color_ramp.rst

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/color/combine_rgb.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/color/combine_rgb.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/color/combine_rgb.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Combine RGB
+.. index:: Geometry Nodes; Combine RGB
 
 ***********
 Combine RGB

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/color/separate_rgb.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/color/separate_rgb.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/color/separate_rgb.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Separate RGB
+.. index:: Geometry Nodes; Separate RGB
 
 ************
 Separate RGB

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/geometry/join_geometry.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/geometry/join_geometry.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/geometry/join_geometry.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Geometry
+.. index:: Geometry Nodes; Join Geometry
 .. _bpy.types.GeometryNodeJoinGeometry:
 
 *************

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/geometry/transform.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/geometry/transform.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/geometry/transform.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Transform
+.. index:: Geometry Nodes; Transform
 .. _bpy.types.GeometryNodeTransform:
 
 *********

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,5 @@
-.. index:: Modifiers; Geometry Nodes
+.. index:: Nodes; Geometry Nodes
+.. index:: Geometry Nodes
 
 **************
 Geometry Nodes

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/input/object_info.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/input/object_info.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/input/object_info.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Input; Object Info
+.. index:: Geometry Nodes; Object Info
 .. _bpy.types.GeometryNodeObjectInfo:
 
 ***********

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/input/random_float.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/input/random_float.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/input/random_float.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Input; Random Float
+.. index:: Geometry Nodes; Random Float
 
 ************
 Random Float

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/input/value.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/input/value.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/input/value.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,3 +1,4 @@
+.. index:: Geometry Nodes; Value
 .. DO NOT EDIT FILE. This is simply a stub which copies everything from the link below.
 .. include:: /compositing/types/input/value.rst
    :start-after: .. --- copy below this line ---

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/input/vector.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/input/vector.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/input/vector.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Input; Vector
+.. index:: Geometry Nodes; Vector
 
 ******
 Vector

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/boolean.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/boolean.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/boolean.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Boolean
+.. index:: Geometry Nodes; Boolean
 .. _bpy.types.GeometryNodeBoolean:
 
 *******

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/edge_split.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/edge_split.rst	2021-01-12 05:39:53 UTC (rev 7572)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/mesh/edge_split.rst	2021-01-12 06:16:28 UTC (rev 7573)
@@ -1,4 +1,4 @@
-.. index:: Nodes; Mesh; Edge Split
+.. index:: Geometry Nodes; Edge Split

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list