Blender Git Commit Log
Git Commits -> Revision 2495c0c
Revision 2495c0c by Hans Goudey (temp-geometry-nodes-processor-prototype) March 23, 2021, 21:34 (GMT) |
Add new node tree type for nodes inside attribute processor group |
Commit Details:
Full Hash: 2495c0c53929d0480cfb6ae81502d79636a656b8
Parent Commit: 3ea1779
Lines Changed: +156, -3
2 Added Paths:
/source/blender/nodes/function/nodes/node_function_common.cc (+45, -0) (View)
/source/blender/nodes/function/node_function_tree.cc (+68, -0) (View)
/source/blender/nodes/function/node_function_tree.cc (+68, -0) (View)
11 Modified Paths:
/source/blender/blenkernel/intern/node.cc (+2, -0) (Diff)
/source/blender/editors/include/ED_node.h (+1, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+2, -0) (Diff)
/source/blender/editors/space_node/node_edit.c (+7, -0) (Diff)
/source/blender/editors/space_node/node_group.c (+6, -2) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+13, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -0) (Diff)
/source/blender/nodes/function/node_function_util.cc (+1, -1) (Diff)
/source/blender/nodes/NOD_function.h (+6, -0) (Diff)
/source/blender/editors/include/ED_node.h (+1, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+2, -0) (Diff)
/source/blender/editors/space_node/node_edit.c (+7, -0) (Diff)
/source/blender/editors/space_node/node_group.c (+6, -2) (Diff)
/source/blender/makesdna/DNA_node_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+13, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -0) (Diff)
/source/blender/nodes/function/node_function_util.cc (+1, -1) (Diff)
/source/blender/nodes/NOD_function.h (+6, -0) (Diff)