[Bf-docboard-svn] bf-manual: [7783] branches/blender-2.92-release/blender_docs/manual/modeling/geometry_nodes/attributes_reference.rst: Geometry Nodes: Add more information to the attribute reference page

Hans Goudey noreply at blender.org
Tue Feb 23 00:30:56 CET 2021


Revision: 7783
          https://developer.blender.org/rBM7783
Author:   HooglyBoogly
Date:     2021-02-23 00:30:56 +0100 (Tue, 23 Feb 2021)
Log Message:
-----------
Geometry Nodes: Add more information to the attribute reference page

Modified Paths:
--------------
    branches/blender-2.92-release/blender_docs/manual/modeling/geometry_nodes/attributes_reference.rst

Modified: branches/blender-2.92-release/blender_docs/manual/modeling/geometry_nodes/attributes_reference.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/modeling/geometry_nodes/attributes_reference.rst	2021-02-22 23:13:09 UTC (rev 7782)
+++ branches/blender-2.92-release/blender_docs/manual/modeling/geometry_nodes/attributes_reference.rst	2021-02-22 23:30:56 UTC (rev 7783)
@@ -21,6 +21,9 @@
 Built-In Attributes
 ===================
 
+These attributes always exist, and cannot be removed. The data type of built-in attributes can not
+be changed.
+
 .. list-table::
    :widths: 10 10 50
    :header-rows: 1
@@ -38,14 +41,23 @@
 
    * - **radius**
      - *Float*
-     - Used to set the size for the points created by the
+     - A built-in atribute on point cloud data created by the
        :doc:`Point Distribute Node </modeling/geometry_nodes/point/point_distribute>`
-       in the viewport.
+       Used to set the size for the points in the viewport.
 
 
 Naming Conventions
 ==================
 
+These attributes do not exist by default, but are used implicitly by certain nodes. The data type of these
+attributes can be changed, just like any attribute besides the built-in attributes.
+
+
+If the attributes don't exist yet, a default value is used, which can depend on the situation.
+For example, in the :doc:`Point Instance Node </modeling/geometry_nodes/point/point_instance>`,
+the default value for `scale` is a unit scale of (1, 1, 1), but the default value for new attributes
+in the "Attribute" nodes is zero.
+
 .. list-table::
    :widths: 10 10 50
    :header-rows: 1
@@ -56,15 +68,16 @@
 
    * - **rotation**
      - *Vector*
-     - Used in the :doc:`Point Distribute Node </modeling/geometry_nodes/point/point_distribute>` to
-       control the rotation of instanced objects or collections. This is adjusted by
+     - Used in the :doc:`Point Instance Node </modeling/geometry_nodes/point/point_instance>` to
+       control the rotation of instanced objects or collections. Adjusted by
        the :doc:`Point Rotate Node </modeling/geometry_nodes/point/point_rotate>` and the
        :doc:`Align Rotation to Vector Node </modeling/geometry_nodes/point/align_rotation_to_vector>`.
 
    * - **scale**
      - *Vector*
-     - Used in the :doc:`Point Distribute Node </modeling/geometry_nodes/point/point_distribute>` to control the scale.
-       This is adjusted by the :doc:`Point Scale Node </modeling/geometry_nodes/point/point_rotate>`
+     - Used in the :doc:`Point Distribute Node </modeling/geometry_nodes/point/point_distribute>` 
+       to control the scale.
+       Adjusted by the :doc:`Point Scale Node </modeling/geometry_nodes/point/point_rotate>`
        or other attribute nodes.
 
    * - **id**
@@ -81,4 +94,5 @@
 All vertex groups can be used as attributes in the node tree when referred to by name.
 However, the result of the node tree does not always produce vertex groups, if a node like
 :doc:`Join Geometry </modeling/geometry_nodes/geometry/join_geometry>` is used.
-
+Similarly, if the data type of a vertex group attribute is changed from the initial "Float" type,
+the attribute will no longer be a vertex group.



More information about the Bf-docboard-svn mailing list