Imagine the following problem to solve:
- Create mesh grid with 100 vertices (10x10)
- Create particle system on it to emit from vertices in ordered way.
it will start emitting particles from bottom right corner to upper left corner of the grid.
Now - I would like particles to be emitted from all 100 vertices for 100 frames. After the first particle dies, i want a new particle to be emitted from the corresponding vertex, and to continue in the same manner for the rest of the vertices for example 3 times (that means 300 particles for 300 frames).
It seems that the number of blender particles are predefined for the given simulation time, which makes such simulation impossible in my opinion.
Any suggestions for solution?