Blender Git Loki
Git Commits -> Revision 8349161
Revision 8349161 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 10:36 (GMT) |
refactor emitter interface internals The problem previously was that all the information about which blocks contain the attributes was not accessible by the emitter. |
Commit Details:
Full Hash: 8349161f1417594784d4f74b98a513fbeee1ba41
Parent Commit: db8c116
Lines Changed: +222, -236
7 Modified Paths:
/source/blender/modifiers/intern/MOD_nodeparticles.c (+1, -1) (Diff)
/source/blender/simulations/bparticles/attributes.cpp (+0, -51) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+0, -54) (Diff)
/source/blender/simulations/bparticles/core.cpp (+58, -0) (Diff)
/source/blender/simulations/bparticles/core.hpp (+122, -92) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+9, -0) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+32, -38) (Diff)
/source/blender/simulations/bparticles/attributes.cpp (+0, -51) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+0, -54) (Diff)
/source/blender/simulations/bparticles/core.cpp (+58, -0) (Diff)
/source/blender/simulations/bparticles/core.hpp (+122, -92) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+9, -0) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+32, -38) (Diff)