Blender Git Commit Log
Git Commits -> Revision 0d700d2
Revision 0d700d2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 2, 2019, 15:56 (GMT) |
remove ParticleSet and ParticleSets abstraction |
Commit Details:
Full Hash: 0d700d201a11aba45719609a617dc9e13f8f97d4
Parent Commit: d2fe280
Lines Changed: +239, -317
17 Modified Paths:
/source/blender/simulations/bparticles/actions.cpp (+14, -20) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+64, -40) (Diff)
/source/blender/simulations/bparticles/events.cpp (+12, -16) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+3, -6) (Diff)
/source/blender/simulations/bparticles/force_interface.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+3, -4) (Diff)
/source/blender/simulations/bparticles/offset_handlers.cpp (+2, -3) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+7, -0) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+16, -10) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+19, -7) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/particle_set.cpp (+31, -22) (Diff)
/source/blender/simulations/bparticles/particle_set.hpp (+33, -112) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+9, -51) (Diff)
/source/blender/simulations/bparticles/step_description_interfaces.hpp (+14, -14) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+64, -40) (Diff)
/source/blender/simulations/bparticles/events.cpp (+12, -16) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+3, -6) (Diff)
/source/blender/simulations/bparticles/force_interface.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+3, -4) (Diff)
/source/blender/simulations/bparticles/offset_handlers.cpp (+2, -3) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+7, -0) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+16, -10) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+19, -7) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/particle_set.cpp (+31, -22) (Diff)
/source/blender/simulations/bparticles/particle_set.hpp (+33, -112) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+9, -51) (Diff)
/source/blender/simulations/bparticles/step_description_interfaces.hpp (+14, -14) (Diff)