Blender Git Commit Log

Git Commits -> Revision 083f2b1

June 21, 2021, 18:47 (GMT)
Added direct attribute search for inputs.

This way an explicit "Get Attribute" is rarely needed.
The "Get" node can still be useful for connecting multiple inputs
to a single attribute lookup, or when a string is passed in to be
turned into an attribute reference.

Commit Details:

Full Hash: 083f2b1ae2a589abc4a16c2daa7cc4e057bf99d3
Parent Commit: 169eff3
Lines Changed: +152, -55

7 Modified Paths:

/source/blender/editors/space_node/drawnode.cc (+46, -27) (Diff)
/source/blender/editors/space_node/node_geometry_attribute_search.cc (+16, -4) (Diff)
/source/blender/editors/space_node/node_intern.h (+1, -0) (Diff)
/source/blender/editors/space_node/node_templates.cc (+1, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+13, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+47, -0) (Diff)
/source/blender/nodes/intern/node_socket.cc (+28, -22) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021