Blender Git Loki
Git Commits -> Revision b9a2dc6
Revision b9a2dc6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 3, 2019, 08:53 (GMT) |
rename attribute reference classes AttributeArrays -> AttributesRef NewParticles -> AttributesRefGroup |
Commit Details:
Full Hash: b9a2dc60e18492d6a033e9c756dbf59d6a9147e7
Parent Commit: b513079
Lines Changed: +262, -305
2 Deleted Paths:
/source/blender/simulations/bparticles/particle_set.cpp (+0, -88)
/source/blender/simulations/bparticles/particle_set.hpp (+0, -86)
/source/blender/simulations/bparticles/particle_set.hpp (+0, -86)
17 Modified Paths:
/source/blender/simulations/bparticles/actions.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+23, -22) (Diff)
/source/blender/simulations/bparticles/attributes.cpp (+83, -0) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+123, -70) (Diff)
/source/blender/simulations/bparticles/block_step_data.hpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/events.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+9, -9) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+0, -3) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+1, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+2, -2) (Diff)
/source/blender/simulations/CMakeLists.txt (+0, -2) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+23, -22) (Diff)
/source/blender/simulations/bparticles/attributes.cpp (+83, -0) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+123, -70) (Diff)
/source/blender/simulations/bparticles/block_step_data.hpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/events.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+9, -9) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+0, -3) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+1, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+2, -2) (Diff)
/source/blender/simulations/CMakeLists.txt (+0, -2) (Diff)