Path_Follow : SpacewarpObject

Constructor

path_Follow ...

Note: This class is not available in 3D Studio VIZ.

Properties

<Path_Follow>.Range_Limited       Integer  default: 1

When off, the range of influence of the space warp is limited to the value set in .range_value. When on, the space warp influences all bound particles in the scene, regardless of their distance from the path object.

0- Off

1- On

<Path_Follow>.Range_Value         Float    default: 100.0  -- animatable

The range of influence when Unlimited Range is off. This is the distance between the path object and the particle system. The position of the Path Follow space warp's icon is ignored.

<Path_Follow>.Spline_Follow_Type  Integer  default: 1

Set the follow type:

0- Along Offset Splines (The distance between the particle system and the path alter the effect of the particle motion. If the first vertex of the spline is at the birthplace of the particle, the particle follows the spline path. If you move the path away from the particle system, the particles are affected by the offset.)

1- Along Parallel Splines (Particles follow a copy of the selected path, parallel to the particle system. In this mode, the position of the path relative to the particle system does not matter. The orientation of the path, however, affects the particle stream.)

<Path_Follow>.Constant_Speed      Integer  default: 0

When on, all particles travel at the same speed:

0- Off

1- On

<Path_Follow>.Tangent_Chaos       Float    default: 0.0    -- percentage

Causes particles to converge or diverge toward the path over time, or to simultaneously converge and diverge. You specify the effect by choosing Converge, Diverge, or Both (see following). This provides a tapering effect over the length of the path.

<Path_Follow>.Tang_Chaos_Var      Float    default: 0.0

The amount by which .tangent_chaos can vary for each particle.

<Path_Follow>.Tangent_Dir         Integer  default: 0

Set behavior of tangent chaos:

0- Converge (When .tangent_chaos is greater than 0, the particles move in toward the path as they follow the path. The effect is that the stream tapers from larger to smaller over time.

1- Diverge (Provides the opposite effect of Converge. The particles diverge from the path over time.)

2- Both (Splits the particle stream, causing some particles to converge and others to diverge.)

<Path_Follow>.Spiral_Chaos        Float    default: 0.0

The number of turns by which particles spiral about the path. In conjunction with .tangent_chaos, alters the diameter of the spiral.

<Path_Follow>.Spiral_Chaos_Var    Float    default: 0.0

The amount by which each particle can vary from the Spiral value.

<Path_Follow>.Spiral_Dir          Integer  default: 0

The direction of spiraling behavior:

0- Clockwise

1- Counterclockwise

2- Bidirectional (The stream is splits so that particles spiral in both directions.)

<Path_Follow>.Start_Time          Time     default: 0f

The frame at which Path Follow begins to influence the particles.

<Path_Follow>.Travel_Time         Time     default: 30f

The time each particle takes to traverse the path.

<Path_Follow>.Travel_Var          Float    default: 0.0    -- percentage

The amount by which each particle's travel time can vary.

<Path_Follow>.Stop_Time           Time     default: 100f

The frame at which Path Follow releases the particles and no longer influences them.

<Path_Follow>.Icon_Size           Float    default: 0.0

The size of the Path Follow icon. Does not alter the Path Follow effect.

Notes

There is not a way to select the Path shape object using MAXScript in 3ds max 4.

The Seed parameter in not accessible using MAXScript in 3ds max 4.

Associated Methods

bindSpaceWarp <particlesys_node> <path_Follow_node>

Associated Binding Modifier

PathFollowMod

This modifier is automatically created by the bindSpaceWarp() method, and is not otherwise creatable by MAXScript. There are no properties associated with this binding modifier.

See also