Delete Operator

Use the Delete operator to remove particles from the particle system. By default, particles live “forever,” that is, for the duration of the animation. The Delete operator lets you give them a finite life span. This is useful for eliminating particles once they've served their purpose in the animation.

The Delete operator is also necessary when using the Particle Age map, which, when incorporated into the Material Dynamic operator, applies different materials to particles depending on their age. Because the map works on the basis of a percentage of the particle's life span, you need to use a Delete operator to define the particles' maximum age. For an example of usage, see Material Dynamic operator.

Interface

The user interface appears in the Parameters panel, on the right side of the Particle View dialog.

Remove group

Choose whether to delete all particles, selected particles, or particles past a specific age.

The Uniqueness setting enables randomization of maximum particle age using the By Particle Age Variation setting.

All Particles
Deletes all particles in the event immediately.
Selected Particles Only
Deletes particles selected at the Particle sub-object level in the event immediately. See Selection rollout.
By Particle Age
Deletes particles in the event after they’ve existed for a specific length of time, with an optional random variation. Choosing this makes the Life Span and Variation settings available.
  • Life Span The number of frames of life allowed to the particles. After this period, they're deleted. Default=60.
  • Variation The maximum amount by which Life Span may vary. To get each particle's actual life span, this value is multiplied by a random number between –1.0 and 1.0, and then added to Life Span. Default=10.

Uniqueness group

The Uniqueness setting enables randomization of maximum particle age using the By Particle Age Variation setting.

Seed
Specifies a randomization value.
New
Calculates a new seed using a randomization formula.