[Bf-docboard-svn] bf-manual: [8517] trunk/blender_docs/manual/modeling/geometry_nodes: Manual: Geometry Nodes: Attribute Statistic, RST Instances, Random Value

Jarrett Johnson noreply at blender.org
Tue Oct 26 14:38:36 CEST 2021


Revision: 8517
          https://developer.blender.org/rBM8517
Author:   jarrett.johnson
Date:     2021-10-26 14:38:35 +0200 (Tue, 26 Oct 2021)
Log Message:
-----------
Manual: Geometry Nodes: Attribute Statistic, RST Instances, Random Value

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_statistic.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/instances/index.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/instances/rotate_instances.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/instances/scale_instances.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/instances/translate_instances.rst
    trunk/blender_docs/manual/modeling/geometry_nodes/utilities/random_value.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_statistic.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_statistic.rst	2021-10-26 10:10:30 UTC (rev 8516)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_statistic.rst	2021-10-26 12:38:35 UTC (rev 8517)
@@ -8,9 +8,9 @@
 .. figure:: /images/modeling_geometry-nodes_attribute_attribute-statistic_node.png
    :align: right
 
-   Attribute Statistic Node
+   The Attribute Statistic node.
 
-The *Attribute Statistic* ...
+The *Attribute Statistic* node evaluates a field on a geometry and outputs a statistic about the entire data set.
 
 
 Inputs
@@ -17,37 +17,48 @@
 ======
 
 Geometry
-   Standard geometry input
+   Standard geometry input.
 
 Attribute
-   Float or Vector input to evaluate 
+   The attribute field to query a statistic from.
 
-
 Properties
 ==========
 
 Data Type
-   The type of data in the Attribute socket.
+   :Float: The output will be a single floating-point value.
+   :Vector: The output will be a vector of three floating-point values.
 
 Domain
-   The domain which to evaluate the incoming attribute.
+   :Spline: Data is queried from each spline.
+   :Face Corner: Data is queried from each face corner.
+   :Corner: Data is queried from each corner.
+   :Edge: Data is queried from each edge.
+   :Point: Data is queried from each point.
 
-
 Outputs
 =======
 
 Mean
+   The average value of all data.
 
 Median
+   The median value of all data.
 
 Sum
+   The sum value of all data.
 
 Min
+   The min value of all data.
 
 Max
+   The max value of all data.
 
 Range
+   The difference between the max and min value.
 
 Standard Deviation
+   The standard deviation of all data.
 
 Variance
+   The variance of all data.

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst	2021-10-26 10:10:30 UTC (rev 8516)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/index.rst	2021-10-26 12:38:35 UTC (rev 8517)
@@ -8,6 +8,7 @@
 .. toctree::
    :maxdepth: 1
 
+   attribute_statistic.rst
+
 .. missing documentation:
-   attribute_statistic.rst
    capture_attribute.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/instances/index.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/instances/index.rst	2021-10-26 10:10:30 UTC (rev 8516)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/instances/index.rst	2021-10-26 12:38:35 UTC (rev 8517)
@@ -10,9 +10,9 @@
 
    instance_on_points.rst
    instances_to_points.rst
+   rotate_instances.rst
+   scale_instances.rst
+   translate_instances.rst
 
 .. missing documentation:
    realize_instances.rst
-   rotate_instances.rst
-   scale_instances.rst
-   translate_instances.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/instances/rotate_instances.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/instances/rotate_instances.rst	2021-10-26 10:10:30 UTC (rev 8516)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/instances/rotate_instances.rst	2021-10-26 12:38:35 UTC (rev 8517)
@@ -8,9 +8,9 @@
 .. figure:: /images/modeling_geometry-nodes_instances_rotate-instances_node.png
    :align: right
 
-   Rotate Instances Node
+   The Rotate Instances node.
 
-The *Rotate Instances* ...
+The *Rotate Instances* node rotates instances in local or global space.
 
 
 Inputs
@@ -17,30 +17,22 @@
 ======
 
 Geometry
-   xxxxxxxxx
+   Standard geometry input.
 
 Selection
-   xxxxxxxxxx
+   The instances that will be rotated.
 
 Rotation
-   xxxxxxxxx
+   The euler rotation to rotate the instances by.
 
 Pivot Point
-   xxxxxxxxx
+   The position where the instances are rotated.
 
 Local Space
-   xxxxxxxxx
+   If checked, the instances are rotated in local space otherwise they are rotated in global space.
 
-
-Properties
-==========
-
-This node has no properties.
-
-
 Outputs
 =======
 
 Geometry
-   xxxxxxxxx
-
+   Standard geometry output.

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/instances/scale_instances.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/instances/scale_instances.rst	2021-10-26 10:10:30 UTC (rev 8516)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/instances/scale_instances.rst	2021-10-26 12:38:35 UTC (rev 8517)
@@ -8,9 +8,9 @@
 .. figure:: /images/modeling_geometry-nodes_instances_scale-instances_node.png
    :align: right
 
-   Scale Instances Node
+   The Scale Instances node.
 
-The *Scale Instances* ...
+The *Scale Instances* node scales instances in local or global space.
 
 
 Inputs
@@ -17,30 +17,22 @@
 ======
 
 Geometry
-   xxxxxxxxx
+   Standard geometry input.
 
 Selection
-   xxxxxxxxxx
+   The instances that will be scaled.
 
 Scale
-   xxxxxxxxx
+   Scales the instances in given dimensions. 
 
 Center
-   xxxxxxxxx
+   The position where instances are scaled.
 
 Local Space
-   xxxxxxxxx
+   If checked, the instances are scaled in local space otherwise they are scaled in global space.
 
-
-Properties
-==========
-
-This node has no properties.
-
-
 Outputs
 =======
 
 Geometry
-   xxxxxxxxx
-
+   Standard geometry output.

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/instances/translate_instances.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/instances/translate_instances.rst	2021-10-26 10:10:30 UTC (rev 8516)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/instances/translate_instances.rst	2021-10-26 12:38:35 UTC (rev 8517)
@@ -8,9 +8,9 @@
 .. figure:: /images/modeling_geometry-nodes_instances_translate-instances_node.png
    :align: right
 
-   Translate Instances Node
+   The Translate Instances node.
 
-The *Translate Instances* ...
+The *Translate Instances* node translates instances in local or global space.
 
 
 Inputs
@@ -17,27 +17,19 @@
 ======
 
 Geometry
-   xxxxxxxxx
+   Standard geometry input.
 
 Selection
-   xxxxxxxxxx
+   The instances that will be translated.
 
 Translation
-   xxxxxxxxx
+   The vector to translate the instances by.
 
 Local Space
-   xxxxxxxxx
+   If checked, the instances are translated in local space otherwise they are translated in global space.
 
-
-Properties
-==========
-
-This node has no properties.
-
-
 Outputs
 =======
 
 Geometry
-   xxxxxxxxx
-
+   Standard geometry output.

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/utilities/random_value.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/utilities/random_value.rst	2021-10-26 10:10:30 UTC (rev 8516)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/utilities/random_value.rst	2021-10-26 12:38:35 UTC (rev 8517)
@@ -1,5 +1,5 @@
 .. index:: Geometry Nodes; Random Value
-.. _bpy.types.GeometryNodeRandom Value:
+.. _bpy.types.GeometryNodeRandomValue:
 
 *****************
 Random Value Node
@@ -10,7 +10,7 @@
 
    Random Value Node
 
-The *Random Value* ...
+The *Random Value* node outputs a white noise like value as a *Float*, *Integer*, *Vector*, or *Boolean* field.
 
 
 Inputs
@@ -17,25 +17,36 @@
 ======
 
 Min
-   xxxxxxxxxxx
-
+   The minimum value of the range where random values are sampled from.
+   This input is only available for *Float*, *Integer*, and *Vector* types.
+ 
 Max
-   xxxxxxxxxxx
+   The maximum value of the range where random values are sampled from.
+   This input is only available for *Float*, *Integer*, and *Vector* types.
+ 
+Probability
+   The probability ratio for the random *Boolean* output to be *True*.
+   This input is only available for *Boolean* types.
 
 ID
-   xxxxxxxxxxx
+   An ID to drive the random number generator seed.
 
 Seed
-   xxxxxxxxxxxx
+   A field to seed the random number generator.
 
+
 Properties
 ==========
 
 Data Type
-   xxxxxxxxxxxxxxx
+   :Float: The output will be a *Float* field.
+   :Integer: The output will be a *Integer* field.
+   :Vector: The output will be a *Vector* field.
+   :Boolean: The output will be a *Boolean* field.
 
+
 Outputs
 =======
 
 Value
-   xxxxxxxxxxxxxx
+   Random values as a field.



More information about the Bf-docboard-svn mailing list