Blender Git Loki
Git Commits -> Revision b3c93cf
Revision b3c93cf by Jacques Lucke (builtin-simulation-nodes, functions, particle-solver-dev, simulation-tree) December 19, 2019, 13:59 (GMT) |
initial ParticleAction class |
Commit Details:
Full Hash: b3c93cfe9084ef103dc0d2bb7a898b0fe60b16a4
Parent Commit: 35ee68a
Lines Changed: +287, -357
2 Added Paths:
/source/blender/simulations/bparticles/particle_action.cpp (+9, -0) (View)
/source/blender/simulations/bparticles/particle_action.hpp (+146, -0) (View)
/source/blender/simulations/bparticles/particle_action.hpp (+146, -0) (View)
2 Deleted Paths:
/source/blender/simulations/bparticles/action_interface.cpp (+0, -9)
/source/blender/simulations/bparticles/action_interface.hpp (+0, -224)
/source/blender/simulations/bparticles/action_interface.hpp (+0, -224)
11 Modified Paths:
/source/blender/blenlib/BLI_index_mask.h (+2, -0) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+46, -46) (Diff)
/source/blender/simulations/bparticles/actions.hpp (+18, -16) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+9, -9) (Diff)
/source/blender/simulations/bparticles/events.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/events.hpp (+10, -6) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+34, -33) (Diff)
/source/blender/simulations/bparticles/offset_handlers.hpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+3, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+3, -3) (Diff)
/source/blender/simulations/CMakeLists.txt (+2, -2) (Diff)
/source/blender/simulations/bparticles/actions.cpp (+46, -46) (Diff)
/source/blender/simulations/bparticles/actions.hpp (+18, -16) (Diff)
/source/blender/simulations/bparticles/emitters.hpp (+9, -9) (Diff)
/source/blender/simulations/bparticles/events.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/events.hpp (+10, -6) (Diff)
/source/blender/simulations/bparticles/node_frontend.cpp (+34, -33) (Diff)
/source/blender/simulations/bparticles/offset_handlers.hpp (+4, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+3, -4) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+3, -3) (Diff)
/source/blender/simulations/CMakeLists.txt (+2, -2) (Diff)