[Bf-docboard-svn] bf-manual: [7836] trunk/blender_docs/manual: Adds documentation for Attribute Remove node.

Fabian Schempp noreply at blender.org
Tue Mar 16 00:30:25 CET 2021


Revision: 7836
          https://developer.blender.org/rBM7836
Author:   fabian_schempp
Date:     2021-03-16 00:30:24 +0100 (Tue, 16 Mar 2021)
Log Message:
-----------
Adds documentation for Attribute Remove node.

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/input/string.rst

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-remove.png
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_remove.rst

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

Index: trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-remove.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-remove.png	2021-03-15 09:37:18 UTC (rev 7835)
+++ trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-remove.png	2021-03-15 23:30:24 UTC (rev 7836)

Property changes on: trunk/blender_docs/manual/images/modeling_modifiers_nodes_attribute-remove.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Copied: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_remove.rst (from rev 7835, trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_fill.rst)
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_remove.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_remove.rst	2021-03-15 23:30:24 UTC (rev 7836)
@@ -0,0 +1,32 @@
+.. index:: Geometry Nodes; Attribute Remove
+.. _bpy.types.GeometryNodeAttributeRemove:
+
+****************
+Attribute Remove
+****************
+
+.. figure:: /images/modeling_modifiers_nodes_attribute-remove.png
+   :align: right
+   :width: 200px
+
+   The Attribute Remove node.
+
+The *Attribute Remove* node removes a number of given attributes from each element of the given Geometry.
+
+
+Inputs
+======
+
+Geometry
+   Standard geometry input.
+
+Attribute (Multi-Input)
+   The name of the attribute to remove.
+   Multiple attribute can be removed at once by connecting multiple :ref:`String Input nodes<input-string-node>`.
+   Built-in attributes and attributes that don't exist can't be removed.
+
+Output
+======
+
+Geometry
+   Standard geometry output.


Property changes on: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_remove.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst	2021-03-15 09:37:18 UTC (rev 7835)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst	2021-03-15 23:30:24 UTC (rev 7836)
@@ -15,6 +15,7 @@
    attribute_mix.rst
    attribute_proximity.rst
    attribute_randomize.rst
+   attribute_remove.rst
    attribute_sample_texture.rst
    attribute_vector_math.rst
    attribute_separate_xyz.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/input/string.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/input/string.rst	2021-03-15 09:37:18 UTC (rev 7835)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/input/string.rst	2021-03-15 23:30:24 UTC (rev 7836)
@@ -1,6 +1,7 @@
 .. index:: Geometry Nodes; String
 .. _bpy.types.FunctionNodeInputString:
 
+.. _input-string-node:
 ******
 String
 ******



More information about the Bf-docboard-svn mailing list