Blender Git Commit Log
Git Commits -> Revision a687c1d
Revision a687c1d by Jacques Lucke (builtin-simulation-nodes) March 2, 2020, 12:05 (GMT) |
make simulation node groups work |
Commit Details:
Full Hash: a687c1d70fee6e888c99a8e5547b84e97b5865db
Parent Commit: 0791ab8
Lines Changed: +83, -4
1 Added Path:
/source/blender/nodes/simulation/nodes/node_sim_common.cc (+30, -0) (View)
13 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/node.c (+2, -0) (Diff)
/source/blender/editors/include/ED_node.h (+1, -0) (Diff)
/source/blender/editors/space_node/node_edit.c (+6, -0) (Diff)
/source/blender/editors/space_node/node_group.c (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+3, -2) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/intern/node_common.h (+8, -0) (Diff)
/source/blender/nodes/intern/node_util.h (+8, -0) (Diff)
/source/blender/nodes/NOD_common.h (+8, -0) (Diff)
/source/blender/nodes/NOD_simulation.h (+2, -0) (Diff)
/source/blender/nodes/simulation/node_sim_util.cc (+5, -0) (Diff)
/source/blender/nodes/simulation/node_sim_util.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+2, -0) (Diff)
/source/blender/editors/include/ED_node.h (+1, -0) (Diff)
/source/blender/editors/space_node/node_edit.c (+6, -0) (Diff)
/source/blender/editors/space_node/node_group.c (+5, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+3, -2) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/intern/node_common.h (+8, -0) (Diff)
/source/blender/nodes/intern/node_util.h (+8, -0) (Diff)
/source/blender/nodes/NOD_common.h (+8, -0) (Diff)
/source/blender/nodes/NOD_simulation.h (+2, -0) (Diff)
/source/blender/nodes/simulation/node_sim_util.cc (+5, -0) (Diff)
/source/blender/nodes/simulation/node_sim_util.h (+3, -0) (Diff)