Blender Git Commit Log
Git Commits -> Revision 60fc5fc
Revision 60fc5fc by Jacques Lucke (builtin-simulation-nodes) March 2, 2020, 10:47 (GMT) |
add first node using builtin node registration methods |
Commit Details:
Full Hash: 60fc5fc9f30a2df81d95b1ad4c7ebb057595483e
Parent Commit: b70040d
Lines Changed: +130, -0
11 Modified Paths:
/release/scripts/startup/nodeitems_builtins.py (+15, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+47, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -0) (Diff)
/source/blender/nodes/NOD_simulation.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -0) (Diff)
/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc (+22, -0) (Diff)
/source/blender/nodes/simulation/node_sim_util.cc (+11, -0) (Diff)
/source/blender/nodes/simulation/node_sim_util.h (+19, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+47, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+3, -0) (Diff)
/source/blender/nodes/NOD_simulation.h (+2, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+2, -0) (Diff)
/source/blender/nodes/simulation/nodes/node_sim_particle_simulation.cc (+22, -0) (Diff)
/source/blender/nodes/simulation/node_sim_util.cc (+11, -0) (Diff)
/source/blender/nodes/simulation/node_sim_util.h (+19, -0) (Diff)