get_material_info
Fetch Houdini material node details: path, type, name, whitelisted parameters, and texture references. Returns a stable parameter set across material types for easy inspection.
Instructions
获取材质节点的详细信息。
返回 dict 包含 path / type / name / parameters / texture_references
五项。parameters 仅保留 _materials.MATERIAL_PARM_WHITELIST 中列出的
50+ parm,过滤后键集合稳定跨材质类型一致;texture_references 列出
eval 值匹配已知贴图后缀(.png / .jpg / .jpeg / .exr / .hdr / .tif /
.tiff / .rat / .tex)的 parm。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| material_path | Yes |