[Bf-docboard-svn] bf-manual: [8928] trunk/blender_docs/manual/modeling/geometry_nodes/utilities/boolean_math.rst: Correction for correct translation

Jozef Matta noreply at blender.org
Sun Feb 6 15:06:21 CET 2022


Revision: 8928
          https://developer.blender.org/rBM8928
Author:   pegas923
Date:     2022-02-06 15:06:21 +0100 (Sun, 06 Feb 2022)
Log Message:
-----------
Correction for correct translation

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/utilities/boolean_math.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/utilities/boolean_math.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/utilities/boolean_math.rst	2022-02-04 22:43:33 UTC (rev 8927)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/utilities/boolean_math.rst	2022-02-06 14:06:21 UTC (rev 8928)
@@ -24,31 +24,31 @@
 ==========
 
 Mode
-   :And: 
+   :AND: 
       True when both inputs are true.
       (`AND <https://en.wikipedia.org/wiki/AND_gate>`__)
-   :Or: 
+   :OR: 
       True when at least one input is true.
       (`OR <https://en.wikipedia.org/wiki/OR_gate>`__)
-   :Not: 
+   :NOT: 
       Opposite of the input.
       (`NOT <https://en.wikipedia.org/wiki/NOT_gate>`__)
-   :Not And: 
+   :NAND: 
       (True when at least one input is false.
       `NAND <https://en.wikipedia.org/wiki/NAND_gate>`__)
-   :Nor: 
+   :NOR: 
       True when both inputs are false.
       (`NOR <https://en.wikipedia.org/wiki/NOR_gate>`__)
-   :Equal: 
+   :EQV: 
       True when both inputs are equal. Also known as "exclusive nor".
       (`XNOR <https://en.wikipedia.org/wiki/XNOR_gate>`__)
-   :Not Equal: 
+   :NEQV: 
       (`XOR <https://en.wikipedia.org/wiki/XOR_gate>`__)
       True when both inputs are different. Also known as "exclusive or".
-   :Imply: 
+   :IMPLY: 
       True unless the first input is true and the second is false.
       (`IMPLY <https://en.wikipedia.org/wiki/IMPLY_gate>`__)
-   :Subtract: 
+   :NIMPLY: 
       True when the first input is true and the second is false. Also known as ""not imply".
       (`NIMPLY <https://en.wikipedia.org/wiki/NIMPLY_gate>`__)
 



More information about the Bf-docboard-svn mailing list