Blender Git Commit Log
Git Commits -> Revision 84a7090
Revision 84a7090 by Lukas Toenne (geometry-nodes-unnamed-attributes) May 22, 2021, 10:07 (GMT) |
Remove the string value from attribute socket. Attribute sockets should come in varieties for basic data types (float, vector, etc.) instead of a string. Existing attribute layers should be accessed explicitly with a "Read Attribute" node (todo). Typed attributes for basic data will do broadcasting eventually. This will allow connecting singular value sockets to an attribute input without the need for a "Fill" node and perform basic broadcasting. |
Commit Details:
Full Hash: 84a7090e8223c2289afdd044870186d8d7706525
Parent Commit: 4659306
Lines Changed: +4, -75
5 Modified Paths:
/source/blender/blenkernel/intern/node.cc (+1, -3) (Diff)
/source/blender/editors/space_node/drawnode.c (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+0, -21) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+0, -22) (Diff)
/source/blender/nodes/intern/node_socket.cc (+2, -27) (Diff)
/source/blender/editors/space_node/drawnode.c (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+0, -21) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+0, -22) (Diff)
/source/blender/nodes/intern/node_socket.cc (+2, -27) (Diff)