Initial State Operator

The Initial State operator is a birth operator that uses a snapshot of another particle system or other events as a starting point for a new event. The particle system or events from which the Initial State operator gets its snapshot must be different from those of the Initial State operator itself.

The Initial State operator can make use of an icon in the scene, whose default size is 0.0. The icon is visible only if the Icon Size parameter is greater than 0.

You can also use the Initial State helper object (in the Particle Flow category) to create an Initial State icon and a corresponding Initial State event at the same time.

Note: To avoid looping dependencies, create the Initial State operator after you create the particle system or events from which it obtains its initial state.

The Initial State operator is particularly useful when a large number of particles are generated before frame 0, and you want to use the state of particles at frame 0.

Procedure

To use Initial State:

  1. Create a particle system.

    Example: A particle system with many initial particles

  2. Go to the frame where the particle system is in the desired initial state.
  3. Drag the Initial State operator to a blank area of Particle View to create a new, separate event. Alternatively, you can use the Initial State helper to create an Initial State icon and a new event at the same time.
  4. Decide if you want the whole particle system, or distinctive events for the initial state, and choose the appropriate option in the Initial State From group: Particle System or Selected Events.
  5. Select the particle system or events:
    • If you chose Particle System, select the particle system icon from the scene (not from Particle View).
    • If you chose Selected Events, click the Add button and then use the list dialog to choose the events to use.
  6. Click Calculate Initial State. The Initial State UI makes a snapshot at the current frame, and also reports the number of the particles in the initial state and the amount of memory used.
  7. At this point, you can disable the original particle system.
  8. Drag an Empty Flow to a blank area of Particle View to create a new global event.
  9. Wire the new global event to the event that includes the Initial State operator.

    Initial State has been added and calculated, then wired to a new global event. The original particle system is turned off.

  10. Copy or instance needed operators to the new particle system.

    Operators copied to the new particle system

Interface

Calculate Initial State
Creates a snapshot of a particle system or selected events at the current frame. The snapshot uses only particles visible in the viewport, and is reflected by the Amount and the Memory Used statistics. This button becomes available after you specify a particle system or events.

Initial State uses the Viewport % and Render % in the PF Source's Quantity Multiplier group. If Viewport % is set to 100, all particles in the snapshot are used. If Viewport % is less than 100, then only some particles of the original initial state are used. If Viewport % is greater than 100, the operator spawns particles from the original state to meet the percentage. The Initial State operator moves the particles apart in order to separate the spawns visually, and can modify the speed of the spawns.

Emit Time
All particles in the initial state are generated at the Emit Time.
Auto Sync Emit Time
Sets the Emit Time value to the current frame automatically when you click Calculate Initial State button. This action synchronizes the referenced particle system's timing with the operator.
Amount
Read-only field shows the number of particles in the initial state, which is the number of visible particles in the original particle system during the snapshot. Keep in mind that the operator grabs the viewport state of a particle system. What you have in the viewport at the snapshot frame is what you get for the initial state.
Memory Used
Read-only field shows the amount of system memory used to keep the initial-state data when the scene is saved into a file, in kilobytes.
Initial State From
Choose a source option for the initial state and then make settings as appropriate.
  • Particle System Lets you derive the initial state from an entire particle system. To choose the particle system, click the None button, then select the particle system icon in the scene (not in Particle View). You cannot use the particle system that contains the Initial State operator.
  • Selected Events Lets you choose any number of events to use for the initial state. To add events to the list, click Add. You cannot add the event that contains the Initial State operator. To remove an event from the list, highlight the event and click Remove.

Initial State Data group

The options in this group serve two purposes:

  • Before you click Calculate Initial State, the settings define the types of data to get from the particle system or events for the initial state.
  • After you click Calculate Initial State, the settings define the data to be used during particle generation.

When you click Calculate Initial State, the operator reads the status of the checkboxes in this group and acquires the indicated data from the particle system or events. If a checkbox is on and the data corresponding to that checkbox is available from the particle system or events, the checkbox text is black. Otherwise, it is gray. You can toggle a checkbox whether its text is black or gray.

If the data is available (the checkbox text is black) and you turn off the checkbox, the data is not used when particles are generated.

Age
When off, all particles are born with age 0. When on, each particle retains its age as of the moment of the snapshot.
Speed/Scale/Rotation/Spin/Shape
When on, these options derive the corresponding type of data from the snapshot.
Mapping
Takes data from a Mapping operator. To make this option work properly, turn on Show Map in Viewport for the original Mapping operator.
Material ID
Takes the sub-material index assignment, To make this option work properly, turn on Assign Material ID and Show in Viewport for all Material operators.
Script Data
Takes the Script Float, Integer, Vector and Matrix data created by Script operators. This data can be used later by Script operators as well as by the Script Vector option of the Find Target test Point setting.
Selection
Takes particle selection data. Any selections in the Initial State operator’s particle system is overwritten by the snapshot selection.

For Quantity Multiplier > 100% group

The options in this group have an effect on particles only if the Viewport % (or Render %) in the PF Source's Quantity Multiplier group is greater than 100%. To meet the requirement of the Quantity Multiplier, the operator has to spawn the acquired particles.

Position Variation Max. Spread
The maximum offset of spawned particles’ placement from the original location.
Speed Variation Magnitude %
Variation in the speed magnitude for spawned particles. The variation is defined as the maximum percentage change from the original speed. For example, if the original speed is 100 units per second and Magnitude is 20%, then the spawned particle may have any speed from 80 to 120.
Speed Variation Divergence
Directional variation of the speed for the spawned particles, in degrees, with a range from 0 to 180.

Lock To Icon TM group

The options in this group are used to link initial particle placement and speed to the operator's 3D icon.

Position
When on, you can modify the particles’ initial placement by moving, rotating, and scaling the operator icon.
Speed
Causes the particles’ initial speed after the snapshot to be affected by transform animation of the operators icon.
Icon Size
Sets the icon size. If you create the operator in Particle View, the default size is 0, and the icon is not visible in viewport. If you create the operator as a Particle Flow helper object, then the size is set when you drag in a viewport during the icon-creation process.
Color Coordinated
When this option is turned on, the color of the 3D icon is synchronized with the color of the Display operator in the same event. When this option is off, the icon has a standard Particle Flow operators color (blue).

Uniqueness group

The Uniqueness setting enables changing the randomization of the position and speed variation when Quantity Multiplier is greater than 100% (see the For Quantity Multiplier 100% group).

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