Blender Git Loki
Git Commits -> Revision c8bf758
Revision c8bf758 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 09:04 (GMT) |
restructure solver api Now I have to bring back all the functionality that was there already. |
Commit Details:
Full Hash: c8bf758a9a7a0189498481a317c80dd5a40beeab
Parent Commit: c74934c
Lines Changed: +127, -285
2 Added Paths:
/source/blender/simulations/bparticles/simulate.cpp (+9, -0) (View)
/source/blender/simulations/bparticles/simulate.hpp (+7, -0) (View)
/source/blender/simulations/bparticles/simulate.hpp (+7, -0) (View)
1 Deleted Path:
/source/blender/simulations/bparticles/playground_solver.hpp (+0, -7)
7 Modified Paths:
/source/blender/modifiers/intern/MOD_nodeparticles.c (+48, -77) (Diff)
/source/blender/simulations/BParticles.h (+9, -18) (Diff)
/source/blender/simulations/bparticles/core.cpp (+0, -23) (Diff)
/source/blender/simulations/bparticles/core.hpp (+11, -72) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+40, -85) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+1, -1) (Diff)
/source/blender/simulations/CMakeLists.txt (+2, -2) (Diff)
/source/blender/simulations/BParticles.h (+9, -18) (Diff)
/source/blender/simulations/bparticles/core.cpp (+0, -23) (Diff)
/source/blender/simulations/bparticles/core.hpp (+11, -72) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+40, -85) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+1, -1) (Diff)
/source/blender/simulations/CMakeLists.txt (+2, -2) (Diff)