[Bf-docboard-svn] bf-manual: [8763] branches/blender-3.0-release/blender_docs/manual/modeling/geometry_nodes/fields.rst: Fix Index Node link in fields.rst

Aaron Carlisle noreply at blender.org
Sun Dec 5 19:39:02 CET 2021


Revision: 8763
          https://developer.blender.org/rBM8763
Author:   Blendify
Date:     2021-12-05 19:39:01 +0100 (Sun, 05 Dec 2021)
Log Message:
-----------
Fix Index Node link in fields.rst

D13473

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/modeling/geometry_nodes/fields.rst

Modified: branches/blender-3.0-release/blender_docs/manual/modeling/geometry_nodes/fields.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/modeling/geometry_nodes/fields.rst	2021-12-04 21:07:43 UTC (rev 8762)
+++ branches/blender-3.0-release/blender_docs/manual/modeling/geometry_nodes/fields.rst	2021-12-05 18:39:01 UTC (rev 8763)
@@ -4,19 +4,19 @@
 Fields
 ******
 
+Fundamentally, a field is a function: a set of instructions that can transform an arbitrary number
+of inputs into a single output. A field's result can then be calculated many times with different input data.
+They are used all over geometry nodes to allow calculations that have different results
+for every element (mesh vertices, faces, etc.).
+
 .. figure:: /images/modeling_geometry-nodes_fields_title.png
    :align: center
 
    A field input to a node.
 
-Fundamentally, a field is a function: a set of instructions that can transform an arbitrary number
-of inputs into a single output. A field's result can then be calculated many times with different input data.
-They are used all over geometry nodes to allow calculations that have different results
-for every element (mesh vertices, faces, etc.).
-
 For example, in the figure above, the field connected to the "Set Position" node
 depends on two inputs, :doc:`position </modeling/geometry_nodes/input/position>` and
-:doc:`index </modeling/geometry_nodes/input/index>`, and transforms them into
+:doc:`index </modeling/geometry_nodes/input/input_index>`, and transforms them into
 a vector using a single instruction.
 
 



More information about the Bf-docboard-svn mailing list