get_object_info
Retrieve detailed information about any object in your Blender scene by specifying its name, including properties, location, and type data for informed 3D modeling decisions.
Instructions
Get detailed information about a specific object in the Blender scene.
Parameters:
- object_name: The name of the object to get information about
Input Schema
Name | Required | Description | Default |
---|---|---|---|
object_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"object_name": {
"title": "Object Name",
"type": "string"
}
},
"required": [
"object_name"
],
"type": "object"
}