Blender Git Commit Log
Git Commits  -> Revision 551ae21
		
			
			
		
Revision 551ae21 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 27, 2019, 11:25 (GMT)  | 
use block allocator to allow muliple emitters to emit into the same block  | 
Commit Details:
Full Hash: 551ae21bff3fcfdec1e30f9d5cabf350498ed119
Parent Commit: 2fa66f6
Lines Changed:  +70,  -21
5 Modified Paths:
/source/blender/simulations/bparticles/core.cpp (+31, -3) (Diff)
/source/blender/simulations/bparticles/core.hpp (+14, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.cpp (+11, -12) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+9, -2) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+5, -3) (Diff)
/source/blender/simulations/bparticles/core.hpp (+14, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.cpp (+11, -12) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+9, -2) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+5, -3) (Diff)


 Master Commits
MiikaHweb | 2003-2021