select_objects
Select specific objects in Blender by their names, with the option to deselect all other objects simultaneously.
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 | |||