set_curve_property
Modify curve object properties like resolution, bevel depth, extrude, or fill caps by specifying the property and its new value.
Instructions
Set a property on a curve object.
Args: curve_name: Name of the curve object. property: Property to set - resolution_u, fill_mode, bevel_depth, bevel_resolution, extrude, twist_mode, or use_fill_caps. value: Value to set. Type depends on property.
Returns: Confirmation dict with property name and new value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| property | Yes | ||
| curve_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||