nParticles emit fluid based on movement?

nParticles emit fluid based on movement?

blutge001
Observer Observer
385 Views
0 Replies
Message 1 of 1

nParticles emit fluid based on movement?

blutge001
Observer
Observer
Hello Everybody,
Have a problem needs solving' hope someone can help.
Have a maya scene with nparticles emitted from a texture, a logo on a polyPlane. I want the nparticles to emit fluid ONLY when the are moved by a field. Not before then.
Thought I had the answer with these expression I found here:
velocityParticleShape.speed = mag (velocityParticleShape.velocity);
if (velocityParticleShape.speed < 15)
emitter1.rate =0;
else
emitter1.rate =100;
Replaced emitter1 with fluid emitter. It does emit fluid but all the time, not just when the nparticles move.

Any help would be greatly appreciated.

Thanks Brian

 

0 Likes
386 Views
0 Replies
Replies (0)