A free resources project containing procedurally generated Blender materials for metals, deformed metals, glass, experimental textures, and more. All materials were automatically generated using a custom-coded Blender add-on.
Check out the full library and interactive showcase on our Official Website.
- 100% Procedural: All materials are built with Blender node trees without external image textures.
- Blender Compatibility: Compatible with Blender 3.3 LTS, 3.4, and all newer versions.
- Categories Included:
- Metals: Clean, brushed, and metallic surfaces.
- Deformed Metals: Dent, rusted, hammered, and warped metallic finishes.
- Glass: Refractive, frosted, tinted, and textured glass shaders.
- Experimental & Others: Unique pattern experiments and procedural abstracts.
├── blend-files/ # Contains downloadable .blend files for each material
├── materials/ # Preview images in WebP format (named to match .blend files)
├── materials.json # Structured JSON dataset cataloging all materials
└── README.md
blend-files/: Contains all individual.blendfiles for every material in the library. You can append or link these materials directly into your Blender projects.materials/: Contains WebP preview renders for each material. Images are named identically to their corresponding.blendfile (e.g.,deformed-metal-1.webpcorresponds todeformed-metal-1.blend).
The materials.json file catalogs all available materials in the library in a structured format, enabling web apps, add-ons, or external tools to query and display the material index.
[
{
"image": "deformed-metal-1.webp",
"name": "Deformed Metal 1",
"blend-file": "blend-files/deformed-metal-1.blend"
}
]| Field | Type | Description |
|---|---|---|
image |
string |
The filename of the WebP preview image located in the materials/ folder. |
name |
string |
The human-readable display name of the material. |
blend-file |
string |
Relative filepath to the downloadable .blend file. |
- Website: Infinitode Material Library
MIT