select_objects
Select specific objects in Blender by name, optionally deselecting all others to isolate the target objects for focused manipulation.
Instructions
Select objects by name.
Args: names: List of object names to select. deselect_others: If True, deselect all other objects first. Defaults to True.
Returns: Dict with list of selected object names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | ||
| deselect_others | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||