Blender Git Commit Log

Git Commits -> Revision e902379

December 4, 2020, 04:50 (GMT)
Geometry Nodes: Attribute compare node

This node reads two input attributes as floats and allows for basic
element-wise comparison operations. Like the attribute math node,
it's also possible to switch to using floats as inputs. This node can
be combined with the point separate node for more flexibility on which
points to separate out.

I used the same abstractions that the attribute math node uses in this
commit, assuming that makes sense.

Commit Details:

Full Hash: e90237976426905aae040f2047dea2b5edebfe25
Parent Commit: be3bb4d
Lines Changed: +325, -0

1 Added Path:

/source/blender/nodes/geometry/nodes/node_geo_attribute_compare.cc (+196, -0) (View)

10 Modified Paths:

/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+24, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/intern/math_functions.cc (+30, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_math_functions.hh (+57, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021