Files
SDL3CPlusPlus/packages/materialx/workflows/materialx_catalog.json
2026-01-10 12:16:49 +00:00

46 lines
914 B
JSON

{
"name": "MaterialX Catalog",
"nodes": [
{
"id": "materialx_paths",
"name": "MaterialX Paths",
"type": "list.literal",
"typeVersion": 1,
"position": [0, 0],
"parameters": {
"items": [
"libraries",
"resources",
"documents"
],
"type": "string",
"outputs": {
"list": "materialx.paths"
}
}
},
{
"id": "assert_materialx_paths",
"name": "Assert MaterialX Paths",
"type": "value.assert.type",
"typeVersion": 1,
"position": [260, 0],
"parameters": {
"inputs": {
"value": "materialx.paths"
},
"type": "string_list"
}
}
],
"connections": {
"MaterialX Paths": {
"main": {
"0": [
{ "node": "Assert MaterialX Paths", "type": "main", "index": 0 }
]
}
}
}
}