[Bf-docboard-svn] bf-manual: [7585] trunk/blender_docs/manual/modeling: UI: Rename "Float Color" attribute data type to "Color"

Aaron Carlisle noreply at blender.org
Tue Jan 12 23:59:00 CET 2021


Revision: 7585
          https://developer.blender.org/rBM7585
Author:   Blendify
Date:     2021-01-12 23:58:59 +0100 (Tue, 12 Jan 2021)
Log Message:
-----------
UI: Rename "Float Color" attribute data type to "Color"

rB7bee1489c1d81ecf2634df96ba039549c64313c3

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	2021-01-12 22:52:42 UTC (rev 7584)
+++ trunk/blender_docs/manual/modeling/hair.rst	2021-01-12 22:58:59 UTC (rev 7585)
@@ -39,7 +39,7 @@
 Color
    The color of each point.
 
-   :Type: Float Color
+   :Type: Color
 
 Custom Attributes
    Custom attribute can be given to particles to hold a custom characteristic.
@@ -52,7 +52,7 @@
       :Float: Floating-point value
       :Integer: 32-bit integer
       :Vector: 3D vector with floating-point values
-      :Float Color: RGBA color with floating-point precision
+      :Color: RGBA color with floating-point precision
       :Byte Color: RGBA color with 8-bit precision
       :String: Text string
 

Modified: trunk/blender_docs/manual/modeling/point_cloud.rst
===================================================================
--- trunk/blender_docs/manual/modeling/point_cloud.rst	2021-01-12 22:52:42 UTC (rev 7584)
+++ trunk/blender_docs/manual/modeling/point_cloud.rst	2021-01-12 22:58:59 UTC (rev 7585)
@@ -41,7 +41,7 @@
 Color
    The color of each point.
 
-   :Type: Float Color
+   :Type: Color
 
 Particle ID
    A unique identifier given to each particle.
@@ -64,7 +64,7 @@
       :Float: Floating-point value
       :Integer: 32-bit integer
       :Vector: 3D vector with floating-point values
-      :Float Color: RGBA color with floating-point precision
+      :Color: RGBA color with floating-point precision
       :Byte Color: RGBA color with 8-bit precision
       :String: Text string
 



More information about the Bf-docboard-svn mailing list