get_api_docs
Retrieve Blender Python API documentation for any bpy path, such as bpy.types.Object or bpy.ops.mesh.primitive_cube_add.
Instructions
本地查 bpy API 文档。path 形如 bpy.types.Object / bpy.types.Object.location / bpy.ops.mesh.primitive_cube_add。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |