blender_api_docs
Look up Blender Python API documentation for any identifier like bpy.types.Mesh. Use to verify API calls before writing scripts.
Instructions
Look up Blender Python API documentation for an identifier.
Examples: Mesh, bpy.types.Mesh, bpy.ops.mesh.primitive_cube_add.
Use before writing bpy scripts to reduce hallucinated API calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | No | bpy.types.Object | |
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||