set_curve_points
Set control point positions on a spline curve, including handles for Bezier or weights for NURBS/Poly.
Instructions
Set control point positions on a spline. Each entry: {co: [x,y,z], handle_left: [x,y,z], handle_right: [x,y,z]} for Bezier, or {co: [x,y,z,w]} for NURBS/Poly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| points | Yes | ||
| spline_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||