[Bf-docboard-svn] bf-manual: [7967] branches/blender-2.93-release/blender_docs/manual/modeling/point_cloud.rst: UI: Rename itmes in point cloud add attribute menu

Aaron Carlisle noreply at blender.org
Thu Apr 22 22:52:19 CEST 2021


Revision: 7967
          https://developer.blender.org/rBM7967
Author:   Blendify
Date:     2021-04-22 22:52:19 +0200 (Thu, 22 Apr 2021)
Log Message:
-----------
UI: Rename itmes in point cloud add attribute menu

rBecc2db8a3a74ff11f2d7e46fbfa28f1ebe58b9ed

Modified Paths:
--------------
    branches/blender-2.93-release/blender_docs/manual/modeling/point_cloud.rst

Modified: branches/blender-2.93-release/blender_docs/manual/modeling/point_cloud.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/modeling/point_cloud.rst	2021-04-22 20:38:44 UTC (rev 7966)
+++ branches/blender-2.93-release/blender_docs/manual/modeling/point_cloud.rst	2021-04-22 20:52:19 UTC (rev 7967)
@@ -28,31 +28,44 @@
 Attribute Types
 ^^^^^^^^^^^^^^^
 
-Position
-   The position of the point in 3D space.
+.. seealso::
 
-   :Type: Vector
+   See :ref:`geometry-nodes_builtin-attributes` for infomation about common attributes.
 
-Radius
-   The radius of each point.
+.. list-table::
+   :widths: 10 10 10 50
+   :header-rows: 1
 
-   :Type: Float
+   * - Name
+     - Type
+     - Domain
+     - Notes
 
-Color
-   The color of each point.
+   * - **position**
+     - *Vector*
+     - *Point*
+     - Built-in attribute describing vertex or point locations, in the modifier object's transform space.
 
-   :Type: Color
+   * - **radius**
+     - *Float*
+     - *Point*
+     - The radius of each point.
 
-Particle ID
-   A unique identifier given to each particle.
+   * - **radius**
+     - *Color*
+     - *Point*
+     - The color of each point.
 
-   :Type: Integer
+   * - **id**
+     - *Integer*
+     - *Point*
+     - A unique identifier given to each particle.
 
-Velocity
-   The speed and direction that the particle is traveling.
+   * - **velocity**
+     - *Vector*
+     - *Point*
+     - The speed and direction that the particle is traveling.
 
-   :Type: Vector
-
 Custom Attributes
    Custom attribute can be given to particles to hold a custom characteristic.
 



More information about the Bf-docboard-svn mailing list