Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHallam Roberts <MysteryPancake>2022-01-25 18:09:39 +0300
committerHans Goudey <h.goudey@me.com>2022-01-25 18:09:39 +0300
commit14f6afb09003903a25872e6b05c67411db5e5267 (patch)
tree8841144fa644fff777d194c48e8a73df65ac88a8 /build_files
parent368bfa80f9e0d29a4b1a9c78be8a238c3e1ddcec (diff)
Geometry Nodes: Expand the Boolean Math node
Currently the Boolean Math node only has 3 basic logic gates: AND, OR, and NOT. This commit adds 6 additional logic gates for convenience and ease of use. - **Not And (NAND)** returns true when at least one input is false. - **Nor (NOR)** returns true when both inputs are false. - **Equal (XNOR)** returns true when both inputs are equal. - **Not Equal (XOR)** returns true when both inputs are different. - **Imply (IMPLY)** returns true unless the first input is true and the second is false. - **Subtract (NIMPLY)** returns true when the first input is true and the second is false. Differential Revision: https://developer.blender.org/D13774
Diffstat (limited to 'build_files')
0 files changed, 0 insertions, 0 deletions