blender_curve_create
Create Bezier, NURBS, or Poly curves from control points to build smooth profiles, body panels, pipe routing, and organic shapes in 3D modeling.
Instructions
Create a Bezier, NURBS, or Poly curve from control points. Curves enable smooth profiles, body panels, pipe routing, and organic shapes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the curve object | |
| type | No | Curve type | BEZIER |
| cyclic | No | Close the curve into a loop | |
| points | Yes | Control points [[x,y,z], ...]. For NURBS, optional 4th value is weight. | |
| handles | No | Bezier handle config per point. String ('AUTO','VECTOR','FREE','ALIGNED') or dict with 'type', 'left':[x,y,z], 'right':[x,y,z] | |
| location | No | Object location [x, y, z] | |
| resolution | No | Curve smoothness (segments between control points) |