Blender Git Commit Log

Git Commits -> Revision 5063820

Revision 5063820 by Jacques Lucke (master)
July 19, 2020, 11:58 (GMT)
Particles: Emit particles over time

This adds a basic internal emitter for every particle simulation.
The emitter cannot be controlled by the user yet. That will
come next.

Commit Details:

Full Hash: 5063820c9b7fdc499c0aa16ca850541101ffda09
Parent Commit: 8c90910
Lines Changed: +581, -130

4 Added Paths:

/source/blender/simulation/intern/particle_allocator.cc (+77, -0) (View)
/source/blender/simulation/intern/particle_allocator.hh (+95, -0) (View)
/source/blender/simulation/intern/particle_function.hh (+90, -0) (View)
/source/blender/simulation/intern/time_interval.hh (+57, -0) (View)

1 Deleted Path:

/source/blender/simulation/SIM_particle_function.hh (+0, -89)

8 Modified Paths:

/source/blender/makesdna/DNA_simulation_types.h (+3, -1) (Diff)
/source/blender/modifiers/intern/MOD_simulation.cc (+1, -1) (Diff)
/source/blender/simulation/CMakeLists.txt (+4, -1) (Diff)
/source/blender/simulation/intern/particle_function.cc (+7, -8) (Diff)
/source/blender/simulation/intern/simulation_collect_influences.cc (+52, -4) (Diff)
/source/blender/simulation/intern/simulation_solver.cc (+78, -23) (Diff)
/source/blender/simulation/intern/simulation_solver.hh (+116, -2) (Diff)
/source/blender/simulation/intern/simulation_update.cc (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021