add_curve_point
Add a control point to an existing curve in Blender by specifying its 3D location and handle type to modify curve geometry.
Instructions
Add a control point to an existing curve.
Args: curve_name: Name of the curve object to add a point to. location: 3D location for the new point as (x, y, z). handle_type: Handle type - AUTO, VECTOR, ALIGNED, or FREE.
Returns: Dict with curve name and new point count.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| curve_name | Yes | ||
| location | No | ||
| handle_type | No | AUTO |