Go to: Synopsis. Return value. MEL examples.

Synopsis

clearParticleStartState particleNode

This mel procedure resets the initial state of the particle system to empty, or no particles. To do this it clears all the initial state attribute arrays on the particle or nParticle node. (these are all the arrays whose name ends in "0")

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

 clearParticleStartState particleShape1;