Draw Curve
Overview
Creates a curve by drawing it interactively in the editor.
Inputs
This node does not require any inputs.
Outputs
| Name | Type | Description |
|---|---|---|
| Output | Curve | Curve created by drawing in the editor. |
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Is Bezier | Bool | True | Controls whether the curve is Bezier or non-Bezier |
Behavior Notes
- Curve points are created interactively using the node’s editor controls.
- The generated curve updates in real time as points are added or modified.
- This node is intended for manual curve creation rather than procedural generation.