Blender Git Commit Log

Git Commits -> Revision d9356a5

March 19, 2020, 10:22 (GMT)
Cleanup: make format after SortedIncludes

Commit Details:

Full Hash: d9356a5b8dfc9d63ffddc015c9e8a81db2a88b7e
Parent Commit: edd0928
Lines Changed: +138, -136

62 Modified Paths:

/source/blender/blenkernel/BKE_id_data_cache.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_surface_hook.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_virtual_node_tree.h (+5, -5) (Diff)
/source/blender/blenkernel/intern/id_handle.cc (+2, -2) (Diff)
/source/blender/blenlib/BLI_color.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_dot_export.h (+3, -3) (Diff)
/source/blender/blenlib/BLI_linear_allocated_vector.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_linear_allocator.h (+3, -3) (Diff)
/source/blender/blenlib/BLI_multi_map.h (+2, -2) (Diff)
/source/blender/blenlib/BLI_resource_collector.h (+3, -3) (Diff)
/source/blender/blenlib/BLI_string_multi_map.h (+1, -1) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+0, -1) (Diff)
/source/blender/functions/FN_attributes_ref.h (+3, -3) (Diff)
/source/blender/functions/FN_cpp_type.h (+1, -1) (Diff)
/source/blender/functions/FN_multi_function.h (+3, -3) (Diff)
/source/blender/functions/FN_multi_functions.h (+1, -1) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+1, -1) (Diff)
/source/blender/functions/FN_multi_function_context.h (+5, -5) (Diff)
/source/blender/functions/FN_multi_function_dependencies.h (+1, -1) (Diff)
/source/blender/functions/FN_multi_function_network.h (+3, -3) (Diff)
/source/blender/functions/FN_node_tree.h (+1, -1) (Diff)
/source/blender/functions/FN_node_tree_multi_function_network.h (+1, -1) (Diff)
/source/blender/functions/FN_node_tree_multi_function_network_generation.h (+1, -1) (Diff)
/source/blender/functions/intern/cpp_types.cc (+2, -2) (Diff)
/source/blender/functions/intern/initialize.cc (+1, -1) (Diff)
/source/blender/functions/intern/multi_functions/constants.h (+1, -1) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+9, -9) (Diff)
/source/blender/functions/intern/multi_functions/particles.cc (+1, -1) (Diff)
/source/blender/functions/intern/multi_functions/surface_hook.cc (+8, -8) (Diff)
/source/blender/functions/intern/multi_function_network.cc (+1, -1) (Diff)
/source/blender/functions/intern/multi_function_network_optimization.cc (+1, -1) (Diff)
/source/blender/functions/intern/node_tree.cc (+1, -1) (Diff)
/source/blender/functions/intern/node_tree_multi_function_network/builder.h (+1, -1) (Diff)
/source/blender/functions/intern/node_tree_multi_function_network/generate.cc (+3, -3) (Diff)
/source/blender/functions/intern/node_tree_multi_function_network/mappings.h (+1, -1) (Diff)
/source/blender/functions/intern/node_tree_multi_function_network/mappings_nodes.cc (+1, -1) (Diff)
/source/blender/functions/intern/node_tree_multi_function_network/mappings_sockets.cc (+2, -2) (Diff)
/source/blender/modifiers/intern/MOD_bparticles.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_bparticles_output.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform.c (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform_cxx.cc (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_functionpoints.c (+3, -3) (Diff)
/source/blender/modifiers/intern/MOD_functionpoints_cxx.cc (+3, -3) (Diff)
/source/blender/simulations/bparticles/block_step_data.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+6, -6) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/events.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+12, -12) (Diff)
/source/blender/simulations/bparticles/node_frontend.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/offset_handlers.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_action.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/simulate.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/world_state.hpp (+3, -3) (Diff)
/tests/gtests/blenlib/BLI_linear_allocator_test.cc (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_multi_map_test.cc (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_stack_cpp_test.cc (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_vector_adaptor_test.cc (+1, -1) (Diff)
/tests/gtests/blenlib/BLI_virtual_list_list_ref_test.cc (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_virtual_list_ref_test.cc (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021