Blender Git Loki
Git Commits -> Revision 0099355
Revision 0099355 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 31, 2019, 15:48 (GMT) |
continue with ParticleSet |
Commit Details:
Full Hash: 0099355bc6bc1794d04fbcafb7a269bf593e728c
Parent Commit: 799fb75
Lines Changed: +250, -563
2 Deleted Paths:
/source/blender/functions/FN_attributes_block_container.h (+0, -139)
/source/blender/functions/intern/attributes_block_container.cc (+0, -150)
/source/blender/functions/intern/attributes_block_container.cc (+0, -150)
12 Modified Paths:
/source/blender/functions/CMakeLists.txt (+0, -2) (Diff)
/source/blender/functions/FN_attributes_ref.h (+10, -0) (Diff)
/source/blender/functions/intern/attributes_ref.cc (+3, -2) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+48, -53) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+9, -9) (Diff)
/source/blender/simulations/bparticles/particles_state.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+8, -10) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+14, -37) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+10, -21) (Diff)
/source/blender/simulations/bparticles/particle_set.cpp (+26, -12) (Diff)
/source/blender/simulations/bparticles/particle_set.hpp (+23, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+98, -126) (Diff)
/source/blender/functions/FN_attributes_ref.h (+10, -0) (Diff)
/source/blender/functions/intern/attributes_ref.cc (+3, -2) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+48, -53) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+9, -9) (Diff)
/source/blender/simulations/bparticles/particles_state.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+8, -10) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+14, -37) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+10, -21) (Diff)
/source/blender/simulations/bparticles/particle_set.cpp (+26, -12) (Diff)
/source/blender/simulations/bparticles/particle_set.hpp (+23, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+98, -126) (Diff)