Blender Git Commit Log
Git Commits -> Revision ecdbd83
Revision ecdbd83 by Hans Goudey (master) January 11, 2021, 18:06 (GMT) |
Geometry Nodes: Attribute Vector Math Node This patch implements the same operations and interface as the regular vector math node, but it runs for every element of the attribute. This should expand what's possible with geometry nodes quite a bit. Differential Revision: https://developer.blender.org/D9914 |
Commit Details:
Full Hash: ecdbd83a8d30b982c4280f0dbd8ed821c657fa25
Parent Commit: 5bd822d
Lines Changed: +927, -48
1 Added Path:
/source/blender/nodes/geometry/nodes/node_geo_attribute_vector_math.cc (+432, -0) (View)
11 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 (+32, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+14, -2) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+151, -46) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/intern/math_functions.cc (+66, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_math_functions.hh (+226, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+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 (+32, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+14, -2) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+151, -46) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/intern/math_functions.cc (+66, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+1, -0) (Diff)
/source/blender/nodes/NOD_math_functions.hh (+226, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)