blender_get_materials
Retrieve a list of all materials in the Blender file with their basic properties including name, use_nodes, user count, and base PBR values. Filter by usage status or name pattern to focus on specific materials.
Instructions
List all materials in the file with their basic properties (name, use_nodes, user count, base PBR values).
Use this when: you need an overview of available materials.
Do NOT use for: detailed node tree structure (use blender_get_node_tree with tree_type=SHADER).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter materials by usage status. | all |
| name_pattern | No | Glob pattern to filter by name (e.g. '*Metal*'). |