[Bf-docboard-svn] bf-manual: [8881] trunk/blender_docs/manual/modeling/geometry_nodes/attribute: Geometry Nodes: Link to attribute domains

Hans Goudey noreply at blender.org
Wed Jan 26 18:13:36 CET 2022


Revision: 8881
          https://developer.blender.org/rBM8881
Author:   HooglyBoogly
Date:     2022-01-26 18:13:36 +0100 (Wed, 26 Jan 2022)
Log Message:
-----------
Geometry Nodes: Link to attribute domains

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_statistic.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/transfer_attribute.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_statistic.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_statistic.rst	2022-01-26 16:29:22 UTC (rev 8880)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_statistic.rst	2022-01-26 17:13:36 UTC (rev 8881)
@@ -19,14 +19,14 @@
 Geometry
    Standard geometry input.
 
-Attribute
-   The attribute field to query a statistic from.
-
 Selection
    A boolean field input for each element indicating whether to include its value in the statistics result
    If the boolean is false, the corresponding value from the *Attribute* input will be ignored.
 
+Attribute
+   The attribute field to query a statistic from.
 
+
 Properties
 ==========
 
@@ -38,11 +38,8 @@
       All calculations are elementwise.
 
 Domain
-   :Spline: Data is queried from each spline.
-   :Face Corner: Data is queried from each face corner.
-   :Corner: Data is queried from each face corner.
-   :Edge: Data is queried from each edge.
-   :Point: Data is queried from each point.
+   The :ref:`attribute domain <attribute-domains>` used for the statistics
+   and to evaluate the input *Attribute* field on.
 
 
 Outputs

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/transfer_attribute.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/transfer_attribute.rst	2022-01-26 16:29:22 UTC (rev 8880)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/transfer_attribute.rst	2022-01-26 17:13:36 UTC (rev 8881)
@@ -50,9 +50,9 @@
 ==========
 
 Domain
-   Domain that the attribute is transferred from, or in other words, the attribute domain used
-   to evaluate the *Attribute* input. For example, it is possible to transfer a point attribute
-   from one geometry to the face domain of another geometry.
+   The :ref:`attribute domain <attribute-domains>` that the attribute is transferred from, or in other words, 
+   the domain used to evaluate the *Attribute* input. For example, it is possible to transfer data from the
+   faces of one geometry to the points of another.
 
 Mapping
    How elements from the destination geometry are mapped to the output.



More information about the Bf-docboard-svn mailing list