Blender Git Loki
Git Commits -> Revision 40e9cf9
Revision 40e9cf9 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 9, 2019, 13:43 (GMT) |
initial new attributes block storage |
Commit Details:
Full Hash: 40e9cf9df8973cf7e255dd9ab3b61244e04db7ea
Parent Commit: c541e31
Lines Changed: +535, -696
4 Added Paths:
/source/blender/blenkernel/BKE_attributes_block.hpp (+78, -0) (View)
/source/blender/blenkernel/BKE_attributes_block_container.hpp (+61, -0) (View)
/source/blender/blenkernel/intern/attributes_block.cpp (+102, -0) (View)
/source/blender/blenkernel/intern/attributes_block_container.cpp (+73, -0) (View)
/source/blender/blenkernel/BKE_attributes_block_container.hpp (+61, -0) (View)
/source/blender/blenkernel/intern/attributes_block.cpp (+102, -0) (View)
/source/blender/blenkernel/intern/attributes_block_container.cpp (+73, -0) (View)
2 Deleted Paths:
/source/blender/simulations/bparticles/particles_container.cpp (+0, -241)
/source/blender/simulations/bparticles/particles_container.hpp (+0, -341)
/source/blender/simulations/bparticles/particles_container.hpp (+0, -341)
11 Modified Paths:
/source/blender/blenkernel/BKE_attributes_ref.hpp (+34, -9) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenkernel/intern/attributes_ref.cpp (+63, -3) (Diff)
/source/blender/blenlib/BLI_map.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+20, -17) (Diff)
/source/blender/simulations/bparticles/particles_state.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+23, -8) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+28, -30) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+10, -8) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+37, -35) (Diff)
/source/blender/simulations/CMakeLists.txt (+0, -2) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+4, -0) (Diff)
/source/blender/blenkernel/intern/attributes_ref.cpp (+63, -3) (Diff)
/source/blender/blenlib/BLI_map.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+20, -17) (Diff)
/source/blender/simulations/bparticles/particles_state.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+23, -8) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+28, -30) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+10, -8) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+37, -35) (Diff)
/source/blender/simulations/CMakeLists.txt (+0, -2) (Diff)