Blender Git Loki
Git Commits -> Revision dca21ef
Revision dca21ef by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 20, 2019, 15:19 (GMT) |
start improving custom events |
Commit Details:
Full Hash: dca21ef42f8a2f3f55531185630edfe54399c5d8
Parent Commit: 70ada64
Lines Changed: +80, -38
12 Modified Paths:
/release/scripts/startup/nodes/bparticle_nodes/events.py (+10, -1) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+5, -0) (Diff)
/source/blender/functions/FN_multi_function_context.h (+7, -2) (Diff)
/source/blender/functions/intern/inlined_tree_multi_function_network/mappings_nodes.cc (+6, -0) (Diff)
/source/blender/functions/intern/multi_functions/particles.cc (+20, -0) (Diff)
/source/blender/functions/intern/multi_functions/particles.h (+6, -0) (Diff)
/source/blender/functions/intern/multi_function_common_contexts.cc (+1, -0) (Diff)
/source/blender/simulations/bparticles/events.cpp (+10, -18) (Diff)
/source/blender/simulations/bparticles/events.hpp (+3, -6) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+2, -9) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+7, -1) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+3, -1) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+5, -0) (Diff)
/source/blender/functions/FN_multi_function_context.h (+7, -2) (Diff)
/source/blender/functions/intern/inlined_tree_multi_function_network/mappings_nodes.cc (+6, -0) (Diff)
/source/blender/functions/intern/multi_functions/particles.cc (+20, -0) (Diff)
/source/blender/functions/intern/multi_functions/particles.h (+6, -0) (Diff)
/source/blender/functions/intern/multi_function_common_contexts.cc (+1, -0) (Diff)
/source/blender/simulations/bparticles/events.cpp (+10, -18) (Diff)
/source/blender/simulations/bparticles/events.hpp (+3, -6) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+2, -9) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+7, -1) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+3, -1) (Diff)