Blender Git Commit Log
Git Commits -> Revision c23ccfc
Revision c23ccfc by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 14:59 (GMT) |
separate files for particle state and allocator |
Commit Details:
Full Hash: c23ccfc0ac756a57ffa6147a45fd5e5f06b8d9cb
Parent Commit: 0645752
Lines Changed: +263, -234
4 Added Paths:
/source/blender/simulations/bparticles/particles_state.cpp (+12, -0) (View)
/source/blender/simulations/bparticles/particles_state.hpp (+101, -0) (View)
/source/blender/simulations/bparticles/particle_allocator.cpp (+78, -0) (View)
/source/blender/simulations/bparticles/particle_allocator.hpp (+66, -0) (View)
/source/blender/simulations/bparticles/particles_state.hpp (+101, -0) (View)
/source/blender/simulations/bparticles/particle_allocator.cpp (+78, -0) (View)
/source/blender/simulations/bparticles/particle_allocator.hpp (+66, -0) (View)