Blender Git Commit Log
Git Commits -> Revision 4f4af0c
Revision 4f4af0c by Jacques Lucke (master) July 20, 2020, 13:31 (GMT) |
Particles: support removing particles during the simulation This still cannot be controlled by the user. Currently, all particles are killed after two seconds |
Commit Details:
Full Hash: 4f4af0cbe17fe9781aeaefb7e0d2f554bdb9c1a5
Parent Commit: 9016a29
Lines Changed: +213, -76
6 Modified Paths:
/source/blender/blenlib/BLI_span.hh (+15, -0) (Diff)
/source/blender/functions/FN_attributes_ref.hh (+5, -0) (Diff)
/source/blender/simulation/intern/particle_allocator.hh (+5, -0) (Diff)
/source/blender/simulation/intern/simulation_collect_influences.cc (+5, -0) (Diff)
/source/blender/simulation/intern/simulation_solver.cc (+141, -65) (Diff)
/source/blender/simulation/intern/simulation_solver.hh (+42, -11) (Diff)
/source/blender/functions/FN_attributes_ref.hh (+5, -0) (Diff)
/source/blender/simulation/intern/particle_allocator.hh (+5, -0) (Diff)
/source/blender/simulation/intern/simulation_collect_influences.cc (+5, -0) (Diff)
/source/blender/simulation/intern/simulation_solver.cc (+141, -65) (Diff)
/source/blender/simulation/intern/simulation_solver.hh (+42, -11) (Diff)