Blender Git Commit Log

Git Commits -> Revision 7884ae9

November 7, 2019, 10:44 (GMT)
port particle system to new functions system

Commit Details:

Full Hash: 7884ae9bc3f2b243533016a1bba8acb118789639
Parent Commit: 856049d
Lines Changed: +639, -1617

4 Deleted Paths:

/source/blender/blenkernel/BKE_attributes_block_container.hpp (+0, -128)
/source/blender/blenkernel/BKE_attributes_ref.hpp (+0, -561)
/source/blender/blenkernel/intern/attributes_block_container.cpp (+0, -164)
/source/blender/blenkernel/intern/attributes_ref.cpp (+0, -173)

34 Modified Paths:

/source/blender/blenkernel/BKE_virtual_node_tree.h (+7, -0) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+0, -4) (Diff)
/source/blender/blenlib/BLI_allocator.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_resource_collector.h (+2, -1) (Diff)
/source/blender/functions2/FN_attributes_block_container.h (+29, -0) (Diff)
/source/blender/functions2/FN_attributes_ref.h (+5, -0) (Diff)
/source/blender/functions2/FN_generic_array_ref.h (+6, -0) (Diff)
/source/blender/functions2/FN_generic_tuple.h (+82, -8) (Diff)
/source/blender/functions2/FN_multi_function_network.h (+3, -0) (Diff)
/source/blender/functions2/FN_vtree_multi_function_network.h (+39, -10) (Diff)
/source/blender/functions2/intern/attributes_block_container.cc (+37, -4) (Diff)
/source/blender/functions2/intern/attributes_ref.cc (+4, -3) (Diff)
/source/blender/functions2/intern/cpp_types.cc (+2, -0) (Diff)
/source/blender/functions2/intern/multi_function_network.cc (+32, -0) (Diff)
/source/blender/simulations/bparticles/action_interface.hpp (+1, -5) (Diff)
/source/blender/simulations/bparticles/block_step_data.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+12, -3) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+0, -4) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+0, -5) (Diff)
/source/blender/simulations/bparticles/event_interface.hpp (+0, -2) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+5, -5) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+158, -108) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+7, -8) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+22, -14) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+6, -3) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+62, -140) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+14, -76) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+59, -153) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.hpp (+3, -6) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.hpp (+6, -2) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+28, -22) (Diff)
/source/blender/simulations/bparticles/simulate.hpp (+1, -0) (Diff)
/source/blender/simulations/CMakeLists.txt (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021