join_objects
Combine multiple mesh objects into a single unified object in Blender, with the first object specified becoming the active selection for further editing.
Instructions
Join multiple mesh objects into one.
Args: names: List of object names to join. The first name becomes the active object.
Returns: Dict with the resulting joined object name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes |