Blender Git Commit Log
Git Commits -> Revision 3d7e3d5
Revision 3d7e3d5 by Ray molenkamp (master) April 8, 2021, 22:25 (GMT) |
Fix: Missing GeometryNodeCustomGroup This is a minor change to add some plumbing code to support custom geo nodes. This is working the same way as the custom cycles and compositor nodes. An example add-in is attached to D10784 Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D10784 |
Commit Details:
Full Hash: 3d7e3d5ad0b4a6b790eb95076394948f5a0e046e
Parent Commit: 500045a
Lines Changed: +57, -4
6 Modified Paths:
/source/blender/blenkernel/intern/node.cc (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+36, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_common.cc (+14, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+3, -0) (Diff)
/source/blender/nodes/NOD_node_tree_ref.hh (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+36, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodes.cc (+1, -1) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_common.cc (+14, -0) (Diff)
/source/blender/nodes/NOD_geometry.h (+3, -0) (Diff)
/source/blender/nodes/NOD_node_tree_ref.hh (+1, -1) (Diff)