blender_create_curve
Adds polyline or Bezier curve objects to Blender scenes with custom points, closed-loop cyclic option, and bevel depth for 3D geometry.
Instructions
Create a general 3D polyline or Bezier curve. Points and bevel depth are meters. Cyclic curves form closed loops; this is a general curve tool, not a logo generator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| scale | No | Exactly three finite numbers [x, y, z]. Distances are meters; rotations are radians. | |
| cyclic | No | ||
| points | Yes | ||
| location | No | Exactly three finite numbers [x, y, z]. Distances are meters; rotations are radians. | |
| rotation | No | Exactly three finite numbers [x, y, z]. Distances are meters; rotations are radians. | |
| fill_mode | No | ||
| collection | No | ||
| curve_type | No | ||
| bevel_depth | No | ||
| semantic_type | No | ||
| bevel_resolution | No |