inspect_redshift_materials
Inspect Redshift materials in Cinema 4D scenes, reporting names, assignments, preview colors, descriptions, and node-graph data with fallbacks when the Redshift runtime is unavailable.
Instructions
Inspect Redshift materials with best-effort fallbacks.
This tool is read-only and is designed to be useful even when the Redshift
Python runtime is unavailable. It can still report names, assignments,
preview-derived colors, readable description/container fields, and will
attempt graph inspection only when Cinema 4D exposes that data.
Args:
material_name: Optional material name filter
include_assignments: Include texture-tag assignments in the scene
include_preview: Include sampled preview bitmap color data
include_description: Include readable description entries
include_container: Include safe BaseContainer values
include_graph: Attempt node-graph inspection when available
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_graph | No | ||
| material_name | No | ||
| include_preview | No | ||
| include_container | No | ||
| include_assignments | No | ||
| include_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |