boolean_operation
Combine, subtract, or intersect 3D objects in Blender using UNION, DIFFERENCE, or INTERSECT operations to modify mesh geometry.
Instructions
Perform a boolean operation between two objects.
Args: object_name: Name of the object to apply the boolean to. target_name: Name of the target/cutter object. operation: Boolean operation type. One of: UNION, DIFFERENCE, INTERSECT.
Returns: Confirmation dict with operation details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| target_name | Yes | ||
| operation | No | DIFFERENCE |