[Bf-docboard-svn] bf-manual: [7722] trunk/blender_docs/manual: Geometry nodes: Add Collection Info node

Sebastian Parborg noreply at blender.org
Thu Feb 4 13:55:27 CET 2021


Revision: 7722
          https://developer.blender.org/rBM7722
Author:   zeddb
Date:     2021-02-04 13:55:27 +0100 (Thu, 04 Feb 2021)
Log Message:
-----------
Geometry nodes: Add Collection Info node

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

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_modifiers_nodes_collection-info.png
    trunk/blender_docs/manual/modeling/geometry_nodes/input/collection_info.rst

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

Index: trunk/blender_docs/manual/images/modeling_modifiers_nodes_collection-info.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_modifiers_nodes_collection-info.png	2021-02-04 05:15:43 UTC (rev 7721)
+++ trunk/blender_docs/manual/images/modeling_modifiers_nodes_collection-info.png	2021-02-04 12:55:27 UTC (rev 7722)

Property changes on: trunk/blender_docs/manual/images/modeling_modifiers_nodes_collection-info.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: trunk/blender_docs/manual/modeling/geometry_nodes/input/collection_info.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/input/collection_info.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/input/collection_info.rst	2021-02-04 12:55:27 UTC (rev 7722)
@@ -0,0 +1,41 @@
+.. index:: Geometry Nodes; Collection Info
+.. _bpy.types.GeometryNodeCollectionInfo:
+
+***************
+Collection Info
+***************
+
+.. figure:: /images/modeling_modifiers_nodes_collection-info.png
+   :align: right
+
+   Collection Info Node.
+
+The *Collection Info* node gets information from collections.
+This can be useful to bring an external collection to control parameters in the geometry node tree.
+
+
+Inputs
+======
+
+Collection
+   Collection to get the properties from.
+
+
+Properties
+==========
+
+Transform Space
+   The transformation of the geometry outputs.
+
+   Original
+      Output the geometry relative to the collection offset.
+   Relative
+      Bring the input collection geometry into the modified object, maintaining
+      the relative position between the objects in the scene.
+
+
+Outputs
+=======
+
+Geometry
+   Geometry of the collection in world space with all its modifiers applied.


Property changes on: trunk/blender_docs/manual/modeling/geometry_nodes/input/collection_info.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/geometry_nodes/input/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/input/index.rst	2021-02-04 05:15:43 UTC (rev 7721)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/input/index.rst	2021-02-04 12:55:27 UTC (rev 7722)
@@ -6,6 +6,7 @@
 .. toctree::
    :maxdepth: 1
 
+   collection_info.rst
    object_info.rst
    random_float.rst
    value.rst



More information about the Bf-docboard-svn mailing list