Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material Library

Official Website Blender Version

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.

Features & Compatibility

  • 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.

Repository Structure

├── 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 .blend files 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 .blend file (e.g., deformed-metal-1.webp corresponds to deformed-metal-1.blend).

Metadata (materials.json)

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.

Format

[
  {
    "image": "deformed-metal-1.webp",
    "name": "Deformed Metal 1",
    "blend-file": "blend-files/deformed-metal-1.blend"
  }
]

Properties Description

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.

Links

License

MIT

About

A material library with over 200 procedurally generated Blender materials.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Sponsor this project

Contributors