find_objects_by_type
List all objects in the Blender scene that match a specific type, such as MESH, CURVE, or CAMERA.
Instructions
List all objects in the scene that match the given type.
Parameters:
obj_type: Blender object type: MESH, CURVE, CAMERA, LIGHT, EMPTY, ARMATURE, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| obj_type | No | MESH |