Blender Git Commit Log
Git Commits -> Revision 6bb09a5
Revision 6bb09a5 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 18, 2019, 10:06 (GMT) |
support for computing vectors per particle |
Commit Details:
Full Hash: 6bb09a50fbed7759b0e6f2b8e6dcd87f0ab1e1b5
Parent Commit: 298b0cd
Lines Changed: +188, -135
8 Modified Paths:
/source/blender/blenlib/BLI_monotonic_allocator.h (+2, -2) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+26, -17) (Diff)
/source/blender/simulations/bparticles/events.cpp (+7, -5) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+3, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+14, -6) (Diff)
/source/blender/simulations/bparticles/offset_handlers.cpp (+7, -5) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+70, -61) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+59, -37) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+26, -17) (Diff)
/source/blender/simulations/bparticles/events.cpp (+7, -5) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+3, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+14, -6) (Diff)
/source/blender/simulations/bparticles/offset_handlers.cpp (+7, -5) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+70, -61) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+59, -37) (Diff)