Blender Git Loki
Git Commits -> Revision 5743c0e
Revision 5743c0e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 11, 2019, 09:24 (GMT) |
new Custom Event node |
Commit Details:
Full Hash: 5743c0eab681907f21ee1a1945bc803b5e6b39a6
Parent Commit: 3f28239
Lines Changed: +101, -1
5 Modified Paths:
/release/scripts/startup/nodes/bparticle_nodes/events.py (+13, -0) (Diff)
/source/blender/simulations/bparticles/events.cpp (+46, -0) (Diff)
/source/blender/simulations/bparticles/events.hpp (+21, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+20, -0) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/events.cpp (+46, -0) (Diff)
/source/blender/simulations/bparticles/events.hpp (+21, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+20, -0) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)