Blender Get Object
blender_get_objectGet detailed properties, modifiers, and materials of a Blender object by specifying its name.
Instructions
Get detailed properties of a specific Blender object by name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Object name in the scene. | |
| includeModifiers | No | Include modifier stack. | |
| includeMaterial | No | Include material slots. | |
| timeoutMs | No | Command timeout. |