booltool_auto_difference
Subtract a target object from a main object and remove the cutter. Uses Bool Tool extension when available, with fallback to native boolean modifier.
Instructions
Auto boolean difference: subtract the target object from the main object.
The target object is used as a cutter and removed after the operation.
Uses Bool Tool extension if installed, otherwise falls back to native boolean modifier (a warning will be included in the response).
Args: object_name: Name of the object to cut from. target_name: Name of the cutter object (will be removed).
Returns: Confirmation dict with operation details. May include a 'warning' field if Bool Tool is not available and native fallback was used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| target_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||