Blender Git Commit Log
Git Commits -> Revision d22cf2f
Revision d22cf2f by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 5, 2019, 09:46 (GMT) |
replace generic Range with IndexRange |
Commit Details:
Full Hash: d22cf2fd7742cfdda1b03fc5a9549fe8581f42b3
Parent Commit: 3a17600
Lines Changed: +139, -146
19 Modified Paths:
/source/blender/blenkernel/BKE_attributes_ref.hpp (+8, -8) (Diff)
/source/blender/blenkernel/intern/attributes_ref.cpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_array_ref.hpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_chunked_range.hpp (+7, -7) (Diff)
/source/blender/blenlib/BLI_range.hpp (+26, -26) (Diff)
/source/blender/blenlib/BLI_task.hpp (+4, -4) (Diff)
/source/blender/blenlib/intern/BLI_range.cpp (+2, -7) (Diff)
/source/blender/functions/core/data_graph.hpp (+10, -10) (Diff)
/source/blender/simulations/bparticles/action_contexts.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+6, -6) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+5, -7) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+12, -12) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_array_ref_test.cc (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_range_test.cc (+42, -42) (Diff)
/source/blender/blenkernel/intern/attributes_ref.cpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_array_ref.hpp (+1, -1) (Diff)
/source/blender/blenlib/BLI_chunked_range.hpp (+7, -7) (Diff)
/source/blender/blenlib/BLI_range.hpp (+26, -26) (Diff)
/source/blender/blenlib/BLI_task.hpp (+4, -4) (Diff)
/source/blender/blenlib/intern/BLI_range.cpp (+2, -7) (Diff)
/source/blender/functions/core/data_graph.hpp (+10, -10) (Diff)
/source/blender/simulations/bparticles/action_contexts.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+6, -6) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+5, -7) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+12, -12) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_array_ref_test.cc (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_range_test.cc (+42, -42) (Diff)