Hello
I have a particle system in which I want soft body clones to inherit the particle's velocity. So that they start moving out with a certain velocity, before the soft body dynamics take over. The system is some flower petals which I want to move with the emitter, take some the emitter's velocity, but also add a little of their own.
So essentially a moving emitter, that shoots around and as it does so, the petals are flung out from it. Petals are always being created.
I have tried so many times to get this to work and have failed. It seems like a fundamental requirement of a particle system, but no matter what I try I cannot get this to work.
What could I be doing wrong?
Thank you