[Bf-docboard-svn] bf-manual: [8856] trunk/blender_docs/manual: Geometry Nodes: Domain Size Node

Hans Goudey noreply at blender.org
Tue Jan 25 01:04:51 CET 2022


Revision: 8856
          https://developer.blender.org/rBM8856
Author:   HooglyBoogly
Date:     2022-01-25 01:04:51 +0100 (Tue, 25 Jan 2022)
Log Message:
-----------
Geometry Nodes: Domain Size Node

rB35124acd1973725843530d2dd8b805f717fec581

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

Added Paths:
-----------
    trunk/blender_docs/manual/images/modeling_geometry-nodes_attribute_domain-size_node.png
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/domain_size.rst

Added: trunk/blender_docs/manual/images/modeling_geometry-nodes_attribute_domain-size_node.png
===================================================================
(Binary files differ)

Index: trunk/blender_docs/manual/images/modeling_geometry-nodes_attribute_domain-size_node.png
===================================================================
--- trunk/blender_docs/manual/images/modeling_geometry-nodes_attribute_domain-size_node.png	2022-01-24 23:49:35 UTC (rev 8855)
+++ trunk/blender_docs/manual/images/modeling_geometry-nodes_attribute_domain-size_node.png	2022-01-25 00:04:51 UTC (rev 8856)

Property changes on: trunk/blender_docs/manual/images/modeling_geometry-nodes_attribute_domain-size_node.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
Added: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/domain_size.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/domain_size.rst	                        (rev 0)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/domain_size.rst	2022-01-25 00:04:51 UTC (rev 8856)
@@ -0,0 +1,53 @@
+.. index:: Geometry Nodes; Domain Size
+.. _bpy.types.GeometryNodeDomainSize:
+
+****************
+Domain Size Node
+****************
+
+.. figure:: /images/modeling_geometry-nodes_attribute_domain-size_node.png
+   :align: right
+
+   Domain Size node.
+
+The *Domain Size* outputs the size of an attribute domain on the selected geometry type,
+for example, the number of edges in a mesh, or the number of points in a point cloud.
+
+For more information about attribute domains, see the :ref:`geometry attributes page <attribute-domains>`.
+
+
+Inputs
+======
+
+Geometry
+   Standard geometry input.
+
+
+Properties
+==========
+
+Component
+    Which geometry type to retrieve the domain sizes from.
+
+Outputs
+=======
+
+Point Count
+   The size of the *Point* domain on any supported geometry.
+
+Edge Count
+   The size of the *Point* domain on meshes.
+
+Face Count
+   The size of the *Face* domain on meshes.
+
+Face Corner Count
+   The size of the *Face Corner* domain on meshes.
+
+Spline Count
+   The size of the *Spline* domain on curves.
+
+Instance Count
+   The number of top-level instances in the geometry. :ref:`Nested instances <geometry-nodes_nested-instancing>`
+   are not considered.
+


Property changes on: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/domain_size.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ 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	2022-01-24 23:49:35 UTC (rev 8855)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst	2022-01-25 00:04:51 UTC (rev 8856)
@@ -10,4 +10,5 @@
 
    attribute_statistic.rst
    capture_attribute.rst
+   domain_size.rst
    transfer_attribute.rst



More information about the Bf-docboard-svn mailing list