curve_create_bezier
Create a Bezier curve by defining control points with handles, or generate a default S-curve. Customize fill mode, bevel depth, and resolution.
Instructions
Create a Bezier curve with custom control points.
Args: name: Object name points: List of control point dicts: [{"co": [x,y,z], "handle_left": [x,y,z], "handle_right": [x,y,z], "type": "AUTO"}] If empty, creates a default S-curve. location: Object location [x, y, z] fill_mode: FULL, BACK, FRONT, HALF, NONE bevel_depth: Bevel depth for tube-like appearance bevel_resolution: Bevel smoothness resolution_u: Curve resolution extrude: Extrude amount for flat ribbon
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | BezierCurve | |
| points | No | ||
| extrude | No | ||
| location | No | ||
| fill_mode | No | FULL | |
| bevel_depth | No | ||
| resolution_u | No | ||
| bevel_resolution | No |