Blender Git Loki
Git Commits -> Revision c2d3708
Revision c2d3708 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 31, 2019, 13:59 (GMT) |
introduce MutableAttributesRef |
Commit Details:
Full Hash: c2d3708224c1df8976f8a54ad80e9bce62f8839c
Parent Commit: 3622165
Lines Changed: +133, -44
13 Modified Paths:
/source/blender/functions/FN_attributes_block_container.h (+4, -4) (Diff)
/source/blender/functions/FN_attributes_ref.h (+99, -16) (Diff)
/source/blender/functions/intern/attributes_block_container.cc (+4, -3) (Diff)
/source/blender/functions/intern/attributes_ref.cc (+3, -2) (Diff)
/source/blender/functions/intern/multi_functions/particles.cc (+2, -2) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/block_step_data.hpp (+5, -4) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/particle_action.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_action.hpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+5, -3) (Diff)
/source/blender/functions/FN_attributes_ref.h (+99, -16) (Diff)
/source/blender/functions/intern/attributes_block_container.cc (+4, -3) (Diff)
/source/blender/functions/intern/attributes_ref.cc (+3, -2) (Diff)
/source/blender/functions/intern/multi_functions/particles.cc (+2, -2) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/block_step_data.hpp (+5, -4) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/particle_action.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_action.hpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+5, -3) (Diff)