blender_modifier_add
Add a modifier to a Blender object using presets or custom properties. Specify object, modifier type, and optional settings to configure effects like subsurf, bevel, or array.
Instructions
Add a modifier to an object with optional preset configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | No | Custom properties to set on the modifier | |
| use_preset | No | Apply sensible default values (default: true) | |
| object_name | Yes | Name of the object | |
| modifier_name | No | Custom name for the modifier | |
| modifier_type | Yes | Type of modifier (SUBSURF, BEVEL, SOLIDIFY, ARRAY, MIRROR, BOOLEAN, etc.) |