[Bf-docboard-svn] bf-manual: [8416] trunk/blender_docs/manual/modeling/geometry_nodes/input/random_float.rst: GEO Nodes: Random Float Grammar Fixes

Aaron Carlisle noreply at blender.org
Wed Sep 22 06:14:47 CEST 2021


Revision: 8416
          https://developer.blender.org/rBM8416
Author:   Blendify
Date:     2021-09-22 06:14:47 +0200 (Wed, 22 Sep 2021)
Log Message:
-----------
GEO Nodes: Random Float Grammar Fixes


Fixes T90277

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

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/input/random_float.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/input/random_float.rst	2021-09-22 03:56:17 UTC (rev 8415)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/input/random_float.rst	2021-09-22 04:14:47 UTC (rev 8416)
@@ -17,10 +17,10 @@
 ======
 
 Min
-   The random value will be at least those values.
+   The random value will be greater than or equal to this value.
 
 Max
-   The random values will be no more than those values.
+   The random value will be less than or equal to this values.
 
 Seed
    Change the random sequence.
@@ -36,4 +36,4 @@
 =======
 
 Value
-   The random generated value.
+   The generated random value.



More information about the Bf-docboard-svn mailing list