{{description>Learn about Curvy Spline types and other settings, and learn more about its events.}}
{{indexmenu_n>1}}
====== Curvy Spline ======
===== Reference =====
==== General ====
== Interpolation==
Defines the curve type: Linear, Bezier, Catmull-Rom, B-Spline or TCB. See the [[:documentation:splines:start#spline_types|Spline Types]] section for more information.
== Restrict To 2D==
When enabled, the default SceneView's Move tool is replaced by a 2D version that uses the plane defined in [[#restricted_2d_plane|Restricted 2D Plane]]. If [[documentation:toolbar:preferences#use_tiny_2d_handles|Use Tiny 2D Handles]] is enabled in the preferences, no tool is shown and you can drag the Control Point gizmos around directly.
==Restricted 2D Plane==
//(Only when Restrict To 2D is true)//
The local 2D plane to restrict the spline's control points to
==Closed==
Whether the spline should be closed, i.e. the last Control Point should form a segment to the first Control Point.
==Auto End Tangents==
//(Open Catmull/TCB splines only)//
When enabled, the very first/last Control Points are automatically calculated using spline direction.
== Orientation==
Determines how to calculate orientation:
* **None** - No orientation at all. The cheapest performance wise
* **Static** - Use Control Point transform rotation
* **Dynamic** - Calculate a least angle, smooth orientation. The most expensive performance wise