Support group nodes #22

Merged
Bogdan Nagirniak merged 18 commits from BogdanNagirniak/blender:matx-group-nodes into matx-export-material 2023-09-18 12:49:19 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 17dfdbd631 - Show all commits

View File

@ -82,7 +82,7 @@ NODE_SHADER_MATERIALX_BEGIN
res.set_input("bg", conductor);
res.set_input("mix", val(0.5f));
return res ;
return res;
}
#endif
NODE_SHADER_MATERIALX_END

View File

@ -60,7 +60,7 @@ NODE_SHADER_MATERIALX_BEGIN
res.set_input("roughness", roughness);
res.set_input("ior", ior);
res.set_input("scatter_mode", val(std::string("T")));
return res;
}
#endif