Blender Git Loki
Git Commits -> Revision 907f72d
Revision 907f72d by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 4, 2019, 12:21 (GMT) |
initial IDHandle implementation |
Commit Details:
Full Hash: 907f72d4bc7743991187a48b405f9f1ea67621e3
Parent Commit: 182a56e
Lines Changed: +181, -90
2 Added Paths:
/source/blender/blenkernel/BKE_id_handle.h (+108, -0) (View)
/source/blender/blenkernel/intern/id_handle.cc (+33, -0) (View)
/source/blender/blenkernel/intern/id_handle.cc (+33, -0) (View)
8 Modified Paths:
/source/blender/blenkernel/BKE_surface_location.h (+9, -22) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+0, -16) (Diff)
/source/blender/functions/FN_multi_function_context.h (+12, -1) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+8, -36) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+4, -9) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+3, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+2, -2) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+0, -16) (Diff)
/source/blender/functions/FN_multi_function_context.h (+12, -1) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+8, -36) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+4, -9) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+3, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+2, -2) (Diff)