[Bf-docboard-svn] bf-manual: [8862] trunk/blender_docs/manual/modeling/geometry_nodes/instances/realize_instances.rst: Geometry Nodes: support instance attributes when realizing instances

Hans Goudey noreply at blender.org
Tue Jan 25 06:51:19 CET 2022


Revision: 8862
          https://developer.blender.org/rBM8862
Author:   HooglyBoogly
Date:     2022-01-25 06:51:19 +0100 (Tue, 25 Jan 2022)
Log Message:
-----------
Geometry Nodes: support instance attributes when realizing instances

rBf5ce243a56a22d71830c8c131d736737613aaaa4

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/instances/realize_instances.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/instances/realize_instances.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/instances/realize_instances.rst	2022-01-25 04:29:02 UTC (rev 8861)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/instances/realize_instances.rst	2022-01-25 05:51:19 UTC (rev 8862)
@@ -30,6 +30,14 @@
 and a vector data type on another geometry, the ``weight`` attribute on the output geometry will have
 a vector data type.
 
+Named and anonymous attributes are propagated from the :ref:`instance domain <attribute-domains>`
+to the realized geometry. If the same attribute exists on the geometry and on an instance,
+the attribute values from the geometry has precedence over the values on the instances.
+
+In order to avoid creating duplicate values, the ``id`` attribute has special handling.
+The ``id`` values or indices of each instance are combined with id values from the points on
+geometry data.
+
 .. warning::
 
    Like other geometry nodes, this node always outputs generic typed attributes. So instead of a



More information about the Bf-docboard-svn mailing list