set_curve_property
Modify curve properties like resolution, bevel depth, or extrusion in Blender 3D models to adjust geometry and appearance.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| curve_name | Yes | ||
| property | Yes | ||
| value | Yes |