blender_apply_modifier
Attach procedural modifiers like subsurf, bevel, or boolean to a mesh, with configurable parameters for precise 3D modeling.
Instructions
Attaches and configures a procedural modifier (subsurf, bevel, boolean, mirror, array, solidify) to a target mesh object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Modifier configuration parameters (e.g. { levels: 2 }, { width: 0.1, segments: 3 }, { thickness: 0.05 }) | |
| object_name | Yes | Name of the target mesh object | |
| modifier_type | Yes | Type of geometric modifier |