get_control_points
Retrieve control points, handle positions, and weights from Blender curve objects, supporting Bezier, Poly, and NURBS splines.
Instructions
Read the control points of a curve (BEZIER, POLY, or NURBS) object.
For BEZIER curves returns: co, handle_left, handle_right, handle types. For POLY/NURBS curves returns: co (and weight for NURBS).
Parameters:
name: Curve object name
spline_index: Which spline within the curve (default 0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| spline_index | No |