Blender Git Loki
Git Commits -> Revision 1f79a06
Revision 1f79a06 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 12:44 (GMT) |
move particle function to separate file |
Commit Details:
Full Hash: 1f79a069d32d268b8bfef49d1b6cf80a0112f327
Parent Commit: d4f5752
Lines Changed: +148, -115
2 Added Paths:
/source/blender/simulations/bparticles/particle_function.cpp (+33, -0) (View)
/source/blender/simulations/bparticles/particle_function.hpp (+93, -0) (View)
/source/blender/simulations/bparticles/particle_function.hpp (+93, -0) (View)
6 Modified Paths:
/source/blender/blenlib/BLI_array_allocator.hpp (+5, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+14, -34) (Diff)
/source/blender/simulations/bparticles/actions.hpp (+1, -3) (Diff)
/source/blender/simulations/bparticles/action_interface.cpp (+0, -33) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+0, -45) (Diff)
/source/blender/simulations/CMakeLists.txt (+2, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+14, -34) (Diff)
/source/blender/simulations/bparticles/actions.hpp (+1, -3) (Diff)
/source/blender/simulations/bparticles/action_interface.cpp (+0, -33) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+0, -45) (Diff)
/source/blender/simulations/CMakeLists.txt (+2, -0) (Diff)