set_modifier_property
Modify a Blender modifier's property such as levels, count, or angle by specifying the object, modifier, property, and new value.
Instructions
Set a property on a modifier (e.g., levels, count, offset, angle).
Args: object_name: Name of the object. modifier_name: Name of the modifier. property: The modifier property to set (e.g., 'levels', 'count', 'width', 'segments', 'angle', 'offset', 'ratio', 'iterations'). value: The value to set.
Returns: Confirmation dict with updated property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| property | Yes | ||
| object_name | Yes | ||
| modifier_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||