particles are great but hard to loop. really ? the key is to have 2 instances of the same particle with a different timing. let's say I want a 800 frame loop. I create a particle system with a timing from 0 - 800 and another copy of it from -800 - 0. all setting including the seed, amount, speed, variation ... has to be the same. that is how you do it. have fun !
check out the clips here
https://www.patreon.com/posts/108915208
the slower the speed the more complicated it gets because particles won't travel full distance from origin to camera. that's when you need even more copies of the particle system.
1) -1600 to -800
2) -800 to 0
3) 0 to 800
MeowsterKat
2024-07-28 08:39:08 +0000 UTCKosma
2024-07-25 10:48:40 +0000 UTC