[Bf-docboard-svn] bf-manual: [8242] trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_math.rst:

Pratik Borhade noreply at blender.org
Mon Jul 26 12:56:36 CEST 2021


Revision: 8242
          https://developer.blender.org/rBM8242
Author:   PratikPB2123
Date:     2021-07-26 12:56:36 +0200 (Mon, 26 Jul 2021)
Log Message:
-----------


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

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_math.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_math.rst	2021-07-26 00:12:31 UTC (rev 8241)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/attribute/attribute_math.rst	2021-07-26 10:56:36 UTC (rev 8242)
@@ -67,7 +67,7 @@
       :Smooth Maximum: `Smooth Maximum <https://en.wikipedia.org/wiki/Smooth_maximum>`__.
 
    Rounding
-      :Round: Round the input value to the nearest integer.
+      :Round: Rounds the input value to the nearest integer.
       :Floor: Rounds the input value down to the nearest integer.
       :Ceil: Rounds the input value up to the nearest integer.
       :Truncate: Outputs the integer part of the *value*.
@@ -76,7 +76,7 @@
       :Wrap:
          Outputs a value between *Min* and *Max* based on the absolute difference between
          the input value and the nearest integer multiple of *Max* less than the value.
-      :Snap: Round the input value to down to the nearest integer multiple of *Increment*.
+      :Snap: Rounds the input value to down to the nearest integer multiple of *Increment*.
       :Ping-pong: The output value is moved between 0.0 and the *Scale* based on the input value.
 
    Trigonometric



More information about the Bf-docboard-svn mailing list