blender_boolean_op
Combine two 3D objects by union, difference, or intersection in a single call. Optionally apply the modifier and hide the cutter object for streamlined modeling workflows.
Instructions
Perform a boolean operation (union, difference, intersect) between two objects in a single call. Optionally apply immediately and hide the tool object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | Name of the object to use as boolean cutter/operand | |
| apply | No | Apply the modifier immediately (default: true) | |
| solver | No | Boolean solver (EXACT is more reliable, FAST is quicker) | EXACT |
| target | Yes | Name of the object to modify | |
| hide_tool | No | Hide the tool object after operation (default: true) | |
| operation | Yes | Boolean operation type |