razilon
02-04-2008, 08:48 PM
I'm creating a particle system using mel (relevant snippet):
string $partName[] = `particle`;
emit -o $partName[0] -pos $randPt[0] $randPt[1] $randPt[2];
It works fine, displays in the scene fine, etc, until I scrub the animation. Once it scrubs back to frame 1, all the particles disappear, never to be seen again.
Why is this happening?
string $partName[] = `particle`;
emit -o $partName[0] -pos $randPt[0] $randPt[1] $randPt[2];
It works fine, displays in the scene fine, etc, until I scrub the animation. Once it scrubs back to frame 1, all the particles disappear, never to be seen again.
Why is this happening?
