[Bf-docboard-svn] bf-manual: [7499] trunk/blender_docs/manual: Geometry Nodes: add Attribute Color Ramp node

Jacques Lucke noreply at blender.org
Thu Dec 17 12:00:52 CET 2020


Revision: 7499
          https://developer.blender.org/rBM7499
Author:   JacquesLucke
Date:     2020-12-17 12:00:52 +0100 (Thu, 17 Dec 2020)
Log Message:
-----------
Geometry Nodes: add Attribute Color Ramp node

Ref T82585.

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

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-color-ramp.png
    trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst

Added: trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-color-ramp.png
===================================================================
(Binary files differ)

Index: trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-color-ramp.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-color-ramp.png	2020-12-17 10:57:48 UTC (rev 7498)
+++ trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-color-ramp.png	2020-12-17 11:00:52 UTC (rev 7499)

Property changes on: trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-color-ramp.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst	2020-12-17 11:00:52 UTC (rev 7499)
@@ -0,0 +1,40 @@
+.. index:: Nodes; Attribute; Attribute Color Ramp
+
+********************
+Attribute Color Ramp
+********************
+
+Maps values from a float attribute to their corresponding color, based on a color ramp.
+The resulting colors are stored on the geometry in a color attribute.
+
+.. figure:: /images/modeling_modifiers_nodes_attribute-color-ramp.png
+   :align: center
+
+   Attribute Color Ramp Node.
+
+Inputs
+======
+
+Geometry
+   Standard geometry input.
+
+Attribute
+   Name of the attribute that is used as input.
+   It should be a float attribute with values between zero and one.
+
+Result
+   Name of the attribute where the output is stored.
+   If the attribute does not exist yet, it is created.
+
+Properties
+==========
+
+
+Color Ramp
+   For controls see :ref:`ui-color-ramp-widget`.
+
+Outputs
+=======
+
+Geometry
+   Standard geometry output.


Property changes on: trunk/blender_docs/manual/modeling/modifiers/nodes/attribute/attribute_color_ramp.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst	2020-12-17 10:57:48 UTC (rev 7498)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/index.rst	2020-12-17 11:00:52 UTC (rev 7499)
@@ -22,6 +22,7 @@
    attribute/attribute_math.rst
    attribute/attribute_mix.rst
    attribute/attribute_randomize.rst
+   attribute/attribute_color_ramp.rst
 
 
 Color



More information about the Bf-docboard-svn mailing list