Points to Curve

Common Attributes +

Point Source - see Distribution Types.

Close - close the path.

Bezier - creates bezier paths between points when enabled.

Example usage:

  1. Create a Points to Curve.

  2. Set Point Source to Array.

  3. Create 3 Nulls.

  4. Connect null1.position > pointsToCurve.array.0

  5. Connect null2.position > pointsToCurve.array.1

  6. Connect null3.position > pointsToCurve.array.2

  7. Move/ animate the Nulls.

Last updated