Blender Git Loki
Git Commits -> Revision c9958be
Revision c9958be by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 21, 2019, 10:53 (GMT) |
initial mesh collision event |
Commit Details:
Full Hash: c9958be7497c8cad0a4cc056832ca45476b51f87
Parent Commit: 1294a9b
Lines Changed: +121, -4
10 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_bvhutils.h (+8, -0) (Diff)
/source/blender/blenlib/BLI_math.hpp (+23, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodeparticles.c (+7, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+12, -2) (Diff)
/source/blender/simulations/bparticles/events.cpp (+57, -0) (Diff)
/source/blender/simulations/bparticles/events.hpp (+6, -1) (Diff)
/source/blender/simulations/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenkernel/BKE_bvhutils.h (+8, -0) (Diff)
/source/blender/blenlib/BLI_math.hpp (+23, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodeparticles.c (+7, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+12, -2) (Diff)
/source/blender/simulations/bparticles/events.cpp (+57, -0) (Diff)
/source/blender/simulations/bparticles/events.hpp (+6, -1) (Diff)
/source/blender/simulations/CMakeLists.txt (+1, -0) (Diff)