create_curve
Generate 3D curve objects in Blender by specifying type (BEZIER, NURBS, or PATH), name, and location coordinates for modeling and animation workflows.
Instructions
Create a new curve object.
Args: type: Curve type - BEZIER, NURBS, or PATH. name: Optional name for the curve object. location: 3D location as (x, y, z).
Returns: Dict with created curve name and type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | BEZIER | |
| name | No | ||
| location | No |