Blender Git Commit Log
Git Commits -> Revision bd5be7c
Revision bd5be7c by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 17, 2019, 10:40 (GMT) |
Rename TemporaryVector/Array to LargeScopedVector/Array |
Commit Details:
Full Hash: bd5be7c70ad0e4480c2cdf23665cf462c86f8fb0
Parent Commit: 0144b11
Lines Changed: +77, -63
14 Modified Paths:
/source/blender/blenkernel/intern/inlined_node_tree.cc (+1, -1) (Diff)
/source/blender/blenlib/BLI_array_cxx.h (+8, -1) (Diff)
/source/blender/blenlib/BLI_temporary_allocator.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_vector.h (+8, -1) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+3, -3) (Diff)
/source/blender/functions/intern/multi_functions/surface_hook.cc (+7, -7) (Diff)
/source/blender/functions/intern/multi_functions/util.h (+2, -2) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform_cxx.cc (+2, -2) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+16, -16) (Diff)
/source/blender/simulations/bparticles/events.cpp (+6, -6) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+15, -15) (Diff)
/source/blender/blenlib/BLI_array_cxx.h (+8, -1) (Diff)
/source/blender/blenlib/BLI_temporary_allocator.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_vector.h (+8, -1) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+3, -3) (Diff)
/source/blender/functions/intern/multi_functions/surface_hook.cc (+7, -7) (Diff)
/source/blender/functions/intern/multi_functions/util.h (+2, -2) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform_cxx.cc (+2, -2) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+16, -16) (Diff)
/source/blender/simulations/bparticles/events.cpp (+6, -6) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+15, -15) (Diff)