Automatically constructs tangents (Bézier handles) for anchor points in a vector path.
Interface
Inputs
| Parameter | Details | Possible Types |
|---|---|---|
| Source | Primary Input | Table<Vector> |
| Spread | The amount of spread for the auto-tangents, from 0 (sharp corner) to 1 (full spread). Default: | f64 |
| Preserve Existing | If active, existing non-zero handles won't be affected. Default: | bool |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | Table<Vector> |