Blender Git Commit Log
Git Commits -> Revision e985b20
Revision e985b20 by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 11, 2019, 10:36 (GMT) |
more generic way to add per element and global contexts |
Commit Details:
Full Hash: e985b20a775558faabfe0a404effc6c84b0cf06e
Parent Commit: d6f8ebf
Lines Changed: +236, -116
2 Added Paths:
/source/blender/blenkernel/BKE_id_data_cache.h (+34, -0) (View)
/source/blender/blenkernel/intern/id_data_cache.cc (+31, -0) (View)
/source/blender/blenkernel/intern/id_data_cache.cc (+31, -0) (View)
13 Modified Paths:
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenkernel/intern/id_handle.cc (+1, -1) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+0, -43) (Diff)
/source/blender/functions/FN_multi_function_context.h (+34, -13) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+81, -36) (Diff)
/source/blender/functions/intern/multi_function_common_contexts.cc (+5, -1) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform_cxx.cc (+4, -5) (Diff)
/source/blender/modifiers/intern/MOD_functionpoints_cxx.cc (+4, -2) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+8, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+19, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+6, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+4, -2) (Diff)
/source/blender/blenkernel/intern/id_handle.cc (+1, -1) (Diff)
/source/blender/functions/FN_multi_function_common_contexts.h (+0, -43) (Diff)
/source/blender/functions/FN_multi_function_context.h (+34, -13) (Diff)
/source/blender/functions/intern/multi_functions/mixed.cc (+81, -36) (Diff)
/source/blender/functions/intern/multi_function_common_contexts.cc (+5, -1) (Diff)
/source/blender/modifiers/intern/MOD_functiondeform_cxx.cc (+4, -5) (Diff)
/source/blender/modifiers/intern/MOD_functionpoints_cxx.cc (+4, -2) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+8, -2) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+19, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+6, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+4, -2) (Diff)