Blender Git Loki
Git Commits -> Revision f363ff3
Revision f363ff3 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) February 10, 2020, 11:42 (GMT) |
remove temporary allocator |
Commit Details:
Full Hash: f363ff348c21802549b5138119b6142f84284707
Parent Commit: 003dc7f
Lines Changed: +89, -452
3 Deleted Paths:
/source/blender/blenlib/BLI_temporary_allocator.h (+0, -65)
/source/blender/blenlib/BLI_temporary_allocator_cxx.h (+0, -38)
/source/blender/blenlib/intern/BLI_temporary_allocator.cc (+0, -115)
/source/blender/blenlib/BLI_temporary_allocator_cxx.h (+0, -38)
/source/blender/blenlib/intern/BLI_temporary_allocator.cc (+0, -115)
17 Modified Paths:
/source/blender/blenlib/BLI_allocator.h (+0, -109) (Diff)
/source/blender/blenlib/BLI_array_cxx.h (+0, -9) (Diff)
/source/blender/blenlib/BLI_vector.h (+0, -13) (Diff)
/source/blender/blenlib/CMakeLists.txt (+0, -3) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+2, -3) (Diff)
/source/blender/functions/intern/multi_functions/surface_hook.cc (+48, -48) (Diff)
/source/blender/functions/intern/multi_functions/util.h (+2, -2) (Diff)
/source/blender/functions/intern/node_tree.cc (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform_cxx.cc (+1, -2) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+16, -17) (Diff)
/source/blender/simulations/bparticles/events.cpp (+0, -2) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_action.cpp (+1, -3) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+0, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+0, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+16, -17) (Diff)
/source/blender/blenlib/BLI_array_cxx.h (+0, -9) (Diff)
/source/blender/blenlib/BLI_vector.h (+0, -13) (Diff)
/source/blender/blenlib/CMakeLists.txt (+0, -3) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+2, -3) (Diff)
/source/blender/functions/intern/multi_functions/surface_hook.cc (+48, -48) (Diff)
/source/blender/functions/intern/multi_functions/util.h (+2, -2) (Diff)
/source/blender/functions/intern/node_tree.cc (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform_cxx.cc (+1, -2) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+16, -17) (Diff)
/source/blender/simulations/bparticles/events.cpp (+0, -2) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_action.cpp (+1, -3) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+0, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+0, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+16, -17) (Diff)