Uploaded July 2024 | Updated September 2026, 2 weeks ago
► Download project file:
voxyde.com/houdini-solaris-material-by-name
In this video we go over setting up a procedural system to build materials, assigning textures and populating shaders. Then we take a look into how to automatically assign materials in Solaris, using the name attribute from the geometry.
Here is the code if you want to save it in your attribute wrangle:
string name = usd_name(0, s@primpath);
string mats = "/materials/"+name;
usd_addrelationshiptarget(0, s@primpath, "material:binding", mats);
► Download project file:
voxyde.com/houdini-solaris-material-by-name
In this video we go over setting up a procedural system to build materials, assigning textures and populating shaders. Then we take a look into how to automatically assign materials in Solaris, using the name attribute from the geometry.
Here is the code if you want to save it in your attribute wrangle:
string name = usd_name(0, s@primpath);
string mats = "/materials/"+name;
usd_addrelationshiptarget(0, s@primpath, "material:binding", mats);










