Blender Git Commit Log
Git Commits -> Revision 3d797d0
Revision 3d797d0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 7, 2019, 10:17 (GMT) |
splitup bparticles code into multiple files |
Commit Details:
Full Hash: 3d797d0070d1b0b64cf5d9dd9e6fec2728c51579
Parent Commit: 41cbcf9
Lines Changed: +244, -205
5 Added Paths:
/source/blender/simulations/bparticles/core.cpp (+22, -0) (View)
/source/blender/simulations/bparticles/core.hpp (+70, -0) (View)
/source/blender/simulations/bparticles/c_wrapper.cpp (+79, -0) (View)
/source/blender/simulations/bparticles/playground_solver.cpp (+57, -0) (View)
/source/blender/simulations/bparticles/playground_solver.hpp (+7, -0) (View)
/source/blender/simulations/bparticles/core.hpp (+70, -0) (View)
/source/blender/simulations/bparticles/c_wrapper.cpp (+79, -0) (View)
/source/blender/simulations/bparticles/playground_solver.cpp (+57, -0) (View)
/source/blender/simulations/bparticles/playground_solver.hpp (+7, -0) (View)
1 Deleted Path:
/source/blender/simulations/playground.cpp (+0, -202)