[Bf-docboard-svn] bf-manual: [7916] trunk/blender_docs/manual/modeling/geometry_nodes/attribute: Geo Nodes: Add documentation for domain type selection items

Aaron Carlisle noreply at blender.org
Fri Apr 2 20:13:03 CEST 2021


Revision: 7916
          https://developer.blender.org/rBM7916
Author:   Blendify
Date:     2021-04-02 20:13:02 +0200 (Fri, 02 Apr 2021)
Log Message:
-----------
Geo Nodes: Add documentation for domain type selection items

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_combine_xyz.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_convert.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_fill.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_combine_xyz.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_combine_xyz.rst	2021-04-02 18:12:24 UTC (rev 7915)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_combine_xyz.rst	2021-04-02 18:13:02 UTC (rev 7916)
@@ -20,6 +20,7 @@
 
 X, Y, Z
    The inputs to the components of the vector.
+
 Result
    The name of the attribute where the computed vector is stored.
    A new attribute with that name is added if it does not exist yet.
@@ -45,4 +46,3 @@
 
 Geometry
    Standard geometry output.
-

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_convert.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_convert.rst	2021-04-02 18:12:24 UTC (rev 7915)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_convert.rst	2021-04-02 18:13:02 UTC (rev 7916)
@@ -47,11 +47,16 @@
    This determines which domain is to be used to save the result attribute.
    Where the source attribute resides on a different domain, the data is interpolated.
 
-   The *Auto* domain mode chooses the domain based on the following rules.
+   :Auto:
+      Chooses the domain based on the following rules.
 
-   #. If the result attribute already exists, use that domain.
-   #. If the result attribute doesn't exist, use the source attribute domain.
-   #. Otherwise use the default domain (points).
+      #. If the result attribute already exists, use that domain.
+      #. If the result attribute doesn't exist, use the source attribute domain.
+      #. Otherwise use the default domain (points).
+   :Point: Store the resulting attribute per point.
+   :Edge: Store the resulting attribute per edge.
+   :Face: Store the resulting attribute per face.
+   :Face Corner: Store the resulting attribute per face corner
 
 Data Type
    This determines the data type of the result attribute.

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_fill.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_fill.rst	2021-04-02 18:12:24 UTC (rev 7915)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_fill.rst	2021-04-02 18:13:02 UTC (rev 7916)
@@ -33,9 +33,14 @@
 ==========
 
 Domain
-   Domain of the output attribute. If this is set to *Auto*, it will use the domain
-   of the attribute if it exists already, otherwise it uses the *Point* domain.
+   Domain of the output attribute.
 
+   :Auto: Chooses the domain of the attribute if it exists already, otherwise it uses the *Point* domain.
+   :Point: Store the resulting attribute per point.
+   :Edge: Store the resulting attribute per edge.
+   :Face: Store the resulting attribute per face.
+   :Face Corner: Store the resulting attribute per face corner
+
 Data Type
    The type of data to fill the attribute with.
 



More information about the Bf-docboard-svn mailing list