Blender Git Commit Log
Git Commits -> Revision 716cc34
Revision 716cc34 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) September 4, 2019, 09:09 (GMT) |
move AttributesRef to BKE namespace |
Commit Details:
Full Hash: 716cc34a877cbe94b404db2c80f537e1202f01ec
Parent Commit: fbe0a39
Lines Changed: +654, -619
2 Added Paths:
/source/blender/blenkernel/BKE_attributes_ref.hpp (+500, -0) (View)
/source/blender/blenkernel/intern/attributes_ref.cpp (+113, -0) (View)
/source/blender/blenkernel/intern/attributes_ref.cpp (+113, -0) (View)
2 Deleted Paths:
/source/blender/simulations/bparticles/attributes.cpp (+0, -113)
/source/blender/simulations/bparticles/attributes.hpp (+0, -500)
/source/blender/simulations/bparticles/attributes.hpp (+0, -500)
16 Modified Paths:
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/simulations/bparticles/action_contexts.hpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/block_step_data.hpp (+3, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/events.hpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/event_interface.hpp (+2, -1) (Diff)
/source/blender/simulations/bparticles/force_interface.hpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+12, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+4, -0) (Diff)
/source/blender/simulations/bparticles/time_span.hpp (+5, -0) (Diff)
/source/blender/simulations/CMakeLists.txt (+0, -2) (Diff)
/source/blender/simulations/bparticles/action_contexts.hpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/block_step_data.hpp (+3, -1) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/events.hpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/event_interface.hpp (+2, -1) (Diff)
/source/blender/simulations/bparticles/force_interface.hpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+1, -0) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+12, -1) (Diff)
/source/blender/simulations/bparticles/particles_state.hpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/particle_allocator.hpp (+2, -0) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function_input_providers.cpp (+4, -0) (Diff)
/source/blender/simulations/bparticles/time_span.hpp (+5, -0) (Diff)
/source/blender/simulations/CMakeLists.txt (+0, -2) (Diff)