Blender Git Commit Log
Git Commits -> Revision b4b25ea
Revision b4b25ea by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 20, 2019, 16:43 (GMT) |
access event filter duration in node tree |
Commit Details:
Full Hash: b4b25eac9ad1a4c28ff996819b059a8c02e760f9
Parent Commit: bed1a7c
Lines Changed: +60, -18
8 Modified Paths:
/release/scripts/startup/nodes/bparticle_nodes/events.py (+8, -0) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+9, -14) (Diff)
/source/blender/functions/intern/inlined_tree_multi_function_network/mappings_nodes.cc (+6, -0) (Diff)
/source/blender/functions/intern/multi_functions/particles.cc (+26, -3) (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 (+3, -0) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+1, -1) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+9, -14) (Diff)
/source/blender/functions/intern/inlined_tree_multi_function_network/mappings_nodes.cc (+6, -0) (Diff)
/source/blender/functions/intern/multi_functions/particles.cc (+26, -3) (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 (+3, -0) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+1, -1) (Diff)