[Bf-docboard-svn] bf-manual: [7268] trunk/blender_docs/manual/modeling: Geometry: add Attributes panel for PointCloud and Hair

Aaron Carlisle noreply at blender.org
Thu Oct 22 20:43:52 CEST 2020


Revision: 7268
          https://developer.blender.org/rBM7268
Author:   Blendify
Date:     2020-10-22 20:43:51 +0200 (Thu, 22 Oct 2020)
Log Message:
-----------
Geometry: add Attributes panel for PointCloud and Hair

rB370d6e50252b979433f27959070315911cc340e5
rB565510bd7fd87ae146cabafb27f1dfd550450f58

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/hair.rst
    trunk/blender_docs/manual/modeling/point_cloud.rst

Modified: trunk/blender_docs/manual/modeling/hair.rst
===================================================================
--- trunk/blender_docs/manual/modeling/hair.rst	2020-10-22 18:38:43 UTC (rev 7267)
+++ trunk/blender_docs/manual/modeling/hair.rst	2020-10-22 18:43:51 UTC (rev 7268)
@@ -10,9 +10,51 @@
 Attributes
 ----------
 
-Todo.
+The *Attributes* panel contains different hair characteristics such as the position and color of hair strands.
 
+Use the :ref:`List View <ui-list-view>` to manage attributes.
 
+
+Attribute Types
+^^^^^^^^^^^^^^^
+
+Position
+   The position of the point in 3D space.
+
+   :Type: Vector
+
+Radius
+   The radius of each point.
+
+   :Type: Float
+
+Color
+   The color of each point.
+
+   :Type: Float COlor
+
+Custom Attributes
+   Custom attribute can be given to particles to hold a custom characteristic.
+
+   Name
+      The name of the attribute.
+   Data Type
+      The type of data to store in the attribute.
+
+      :Float: Floating point value
+      :Integer: 32-bit integer
+      :Vector: 3D vector with floating point values
+      :Float Color: RGBA color with floating point precision.
+      :Byte Color: RGBA color with 8-bit precision.
+      :String: Text string.
+
+   Domain
+      The type of element the attribute is stored in.
+
+      :Point: The attribute is stored per hair point
+      :Curve: The attribute is stored per hair curve
+
+
 Custom Properties
 -----------------
 

Modified: trunk/blender_docs/manual/modeling/point_cloud.rst
===================================================================
--- trunk/blender_docs/manual/modeling/point_cloud.rst	2020-10-22 18:38:43 UTC (rev 7267)
+++ trunk/blender_docs/manual/modeling/point_cloud.rst	2020-10-22 18:43:51 UTC (rev 7268)
@@ -22,9 +22,59 @@
 Attributes
 ----------
 
-Todo.
+The *Attributes* panel contains different point cloud characteristics such as the position and size of points.
 
+Use the :ref:`List View <ui-list-view>` to manage attributes.
 
+
+Attribute Types
+^^^^^^^^^^^^^^^
+
+Position
+   The position of the point in 3D space.
+
+   :Type: Vector
+
+Radius
+   The radius of each point.
+
+   :Type: Float
+
+Color
+   The color of each point.
+
+   :Type: Float COlor
+
+Particle ID
+   A unique identifier given to each particle.
+
+   :Type: Integer
+
+Velocity
+   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.
+
+   Name
+      The name of the attribute.
+   Data Type
+      The type of data to store in the attribute.
+
+      :Float: Floating point value
+      :Integer: 32-bit integer
+      :Vector: 3D vector with floating point values
+      :Float Color: RGBA color with floating point precision.
+      :Byte Color: RGBA color with 8-bit precision.
+      :String: Text string.
+
+   Domain
+      The type of element the attribute is stored in.
+      Currently, attributes can only be stored per *Point*.
+
+
 Custom Properties
 -----------------
 



More information about the Bf-docboard-svn mailing list