Blender Git Loki
Git Commits -> Revision 4659306
Revision 4659306 by Lukas Toenne (geometry-nodes-unnamed-attributes) May 22, 2021, 09:35 (GMT) |
Add a new socket type for attributes. The default_value is a string, as it will basically behave like a string socket with some additional management in geometry nodes. When used as an output the attribute should be generated automatically. Auto-generated attributes should be removed automatically as soon as all using nodes are done reading them. |
Commit Details:
Full Hash: 465930675b45285f97a79b9779d2d5945e20ee3f
Parent Commit: f7b22fc
Lines Changed: +116, -2
9 Modified Paths:
/source/blender/blenkernel/intern/node.cc (+12, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+3, -1) (Diff)
/source/blender/editors/space_node/node_relationships.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+41, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+22, -0) (Diff)
/source/blender/nodes/geometry/node_geometry_tree.cc (+2, -1) (Diff)
/source/blender/nodes/intern/node_socket.cc (+27, -0) (Diff)
/source/blender/nodes/intern/node_util.c (+7, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+3, -1) (Diff)
/source/blender/editors/space_node/node_relationships.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+41, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+22, -0) (Diff)
/source/blender/nodes/geometry/node_geometry_tree.cc (+2, -1) (Diff)
/source/blender/nodes/intern/node_socket.cc (+27, -0) (Diff)
/source/blender/nodes/intern/node_util.c (+7, -0) (Diff)