[Bf-docboard-svn] bf-manual: [7566] trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst: Geometry Nodes: Add description of Point Distribute Node output attributes

Hans Goudey noreply at blender.org
Tue Jan 12 04:43:15 CET 2021


Revision: 7566
          https://developer.blender.org/rBM7566
Author:   HooglyBoogly
Date:     2021-01-12 04:43:14 +0100 (Tue, 12 Jan 2021)
Log Message:
-----------
Geometry Nodes: Add description of Point Distribute Node output attributes

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst	2021-01-12 03:19:49 UTC (rev 7565)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst	2021-01-12 03:43:14 UTC (rev 7566)
@@ -60,4 +60,17 @@
 ======
 
 Geometry
-   Generated points.
+   Generated points. Several attributes are created on the output points based on the input mesh:
+      .. describe:: id (int)
+
+         An identifier for each point used for stability when the mesh is deformed, used in the
+         :doc:`/modeling/modifiers/nodes/attribute/attribute_randomize` and 
+         :doc:`/modeling/modifiers/nodes/point/point_instance` nodes.
+
+      .. describe:: normal (vector)
+
+         The :term:`Normal` of the triangle on which each point is scattered.
+
+      .. describe:: rotation (vector)
+      
+         An XYZ :term:`Euler` rotation built from the normal attribute for convenience.
\ No newline at end of file



More information about the Bf-docboard-svn mailing list