select_objects
Select specific 3D objects by name in Blender, optionally deselecting others to focus on targeted elements for modeling or animation tasks.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| names | Yes | ||
| deselect_others | No |