set_control_point
Reposition a curve control point with optional bezier handle adjustments for precise shape control.
Instructions
Move a curve control point and optionally adjust its bezier handles.
Parameters:
name: Curve object name
point_index: Zero-based control point index
co: Comma-separated x,y,z world-space position
handle_left: Comma-separated x,y,z for left handle (bezier only)
handle_right: Comma-separated x,y,z for right handle (bezier only)
handle_left_type: FREE, ALIGNED, VECTOR, or AUTO (bezier only)
handle_right_type: FREE, ALIGNED, VECTOR, or AUTO (bezier only)
spline_index: Spline index within the curve object (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| point_index | Yes | ||
| co | Yes | ||
| handle_left | No | ||
| handle_right | No | ||
| handle_left_type | No | ||
| handle_right_type | No | ||
| spline_index | No |