Blender Git Loki
Git Commits -> Revision 1c4b0c4
Revision 1c4b0c4 by Hans Goudey (master) January 26, 2021, 18:57 (GMT) |
Geometry Nodes: Support all operations in the "Attribute Math" node This adds the ability to use all the math operations in the regular utility "Math" node. The code is quite similar to the attribute vector math node, with the simplification that the result is always a float. Differential Revision: https://developer.blender.org/D10199 |
Commit Details:
Full Hash: 1c4b0c47dd476c424b750edd4dadf977937fee85
Parent Commit: de3f369
Lines Changed: +241, -51
6 Modified Paths:
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+15, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+68, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -4) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+7, -18) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_math.cc (+145, -27) (Diff)
/source/blender/blenloader/intern/versioning_290.c (+15, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+68, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -4) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+7, -18) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_math.cc (+145, -27) (Diff)