set_modifier_property
Adjust modifier properties like levels, count, offset, or angle on 3D objects in Blender to customize modeling and animation effects.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| modifier_name | Yes | ||
| property | Yes | ||
| value | Yes |