[Bf-docboard-svn] bf-manual: [9928] trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field: Geometry Nodes: Rename Interpolate Domain and Field at Index nodes

Aaron Carlisle noreply at blender.org
Thu Feb 2 03:11:56 CET 2023


Revision: 9928
          https://developer.blender.org/rBM9928
Author:   Blendify
Date:     2023-02-02 03:11:56 +0100 (Thu, 02 Feb 2023)
Log Message:
-----------
Geometry Nodes: Rename Interpolate Domain and Field at Index nodes

rB4961e5f91d98d68029280ad05118f4ab427461a2

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field/evaluate_at_index.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field/evaluate_on_domain.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field/evaluate_at_index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field/evaluate_at_index.rst	2023-02-02 02:05:07 UTC (rev 9927)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field/evaluate_at_index.rst	2023-02-02 02:11:56 UTC (rev 9928)
@@ -1,15 +1,15 @@
-.. index:: Geometry Nodes; Field at Index
+.. index:: Geometry Nodes; Evaluate at Index
 .. _bpy.types.GeometryNodeFieldAtIndex:
 
-*******************
-Field at Index Node
-*******************
+**********************
+Evaluate at Index Node
+**********************
 
 .. figure:: /images/node-types_GeometryNodeFieldAtIndex.webp
    :align: right
-   :alt: Field at Index Node.
+   :alt: Evaluate at Index Node.
 
-The *Field at Index* node allows accessing data of other elements in the context geometry.
+The *Evaluate at Index* node allows accessing data of other elements in the context geometry.
 It is similar to the :doc:`/modeling/geometry_nodes/geometry/sample/sample_index`.
 The main difference is that this node does not require a geometry input, because the geometry
 from the :ref:`field context <field-context>` is used.

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field/evaluate_on_domain.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field/evaluate_on_domain.rst	2023-02-02 02:05:07 UTC (rev 9927)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/utilities/field/evaluate_on_domain.rst	2023-02-02 02:11:56 UTC (rev 9928)
@@ -1,15 +1,15 @@
-.. index:: Geometry Nodes; Interpolate Domain
+.. index:: Geometry Nodes; Evaluate on Domain
 .. _bpy.types.GeometryNodeFieldOnDomain:
 
 ***********************
-Interpolate Domain Node
+Evaluate on Domain Node
 ***********************
 
 .. figure:: /images/node-types_GeometryNodeInterpolateDomain.png
    :align: right
-   :alt: Interpolate Domain Node.
+   :alt: Evaluate on Domain Node.
 
-The *Interpolate Domain* allows evaluating a field for a different :ref:`attribute domain <attribute-domains>`
+The *Evaluate on Domain* allows evaluating a field for a different :ref:`attribute domain <attribute-domains>`
 than the domain from the :ref:`field context <field-context>`. For example, the face index could be used instead
 of the face corner index, when setting the values of a :term:`UV Map`
 
@@ -32,6 +32,7 @@
    The method of retrieving data from another domain is somewhat similar to the
    :doc:`/modeling/geometry_nodes/utilities/field/evaluate_at_index`.
 
+
 Inputs
 ======
 
@@ -45,6 +46,7 @@
 Domain
    The :ref:`attribute domain <attribute-domains>` used for for evaluation of the *Value* input.
 
+
 Output
 ======
 



More information about the Bf-docboard-svn mailing list