Skip to content

Releases: AntonPalmqvist/physically-based-api

Physically Based 2026-03-10

10 Mar 19:51
9ffb3b2

Choose a tag to compare

Release Notes

This release adds new materials and cameras.

Package Contents

  • 📦 Physically_Based_2026-03-10.zip
    • 📂 json (the entire database as JSON files)
      • 📂 full (same as source but minified)
        • 📄 cameras.json 163 KB
        • 📄 lightsources.json 25 KB
        • 📄 materials.json 184 KB
      • 📂 mini (no references)
        • 📄 cameras.json 101 KB
        • 📄 lightsources.json 12 KB
        • 📄 materials.json 95 KB
      • 📂 nano (no references, no descriptions)
        • 📄 cameras.json 100 KB
        • 📄 lightsources.json 9 KB
        • 📄 materials.json 89 KB
    • 📂 mtlx
      • 📂 openpbr (all materials as MaterialX files in OpenPBR format)
    • 📂 usd
      • 📂 cameras (all cameras as USD files, with sensor sizes as variants)
      • 📂 lightsources (all light sources as USD files, with variations as variants)

98 (+12) materials, 21 (±0) light sources, 116 (+3) cameras

What's Changed

Full Changelog: 2026-02-01...2026-03-10

Physically Based 2026-02-01

01 Feb 17:28
0b6382b

Choose a tag to compare

Release Notes

This is the first release of its kind.
The intention is to make it easier to download the full database including all materials, light sources, and cameras.
They come in USD and MaterialX formats, and also as minified JSON files (with whitespace, line breaks, and indentation removed) so they can be integrated as presets in DCC applications in a lightweight manner.
Releasing this way also has the benefit of increased visibility when there are updates.
I'm planning to add this very same package to package managers such as PyPI as well.

This release contains the following:

  • 📦 Physically_Based_2026-02-01.zip
    • 📂 json (the entire database as JSON files)
      • 📂 full (same as source but minified)
        • 📄 cameras.json 156 KB
        • 📄 lightsources.json 25 KB
        • 📄 materials.json 157 KB
      • 📂 mini (no references)
        • 📄 cameras.json 97 KB
        • 📄 lightsources.json 12 KB
        • 📄 materials.json 82 KB
      • 📂 nano (no references, no descriptions)
        • 📄 cameras.json 96 KB
        • 📄 lightsources.json 9 KB
        • 📄 materials.json 77 KB
    • 📂 mtlx
      • 📂 openpbr (all materials as MaterialX files in OpenPBR format)
    • 📂 usd
      • 📂 cameras (all cameras as USD files, with sensor sizes as variants)
      • 📂 lightsources (all light sources as USD files, with variations as variants)

86 materials, 21 light sources, 113 cameras

What's Changed

New Contributors

Full Changelog: https://github.com/AntonPalmqvist/physically-based-api/commits/2026-02-01