Skip to content

v0.1.0-alpha | Working on Blender 3.0 on CUDA supported devices.

Compare
Choose a tag to compare
@NejcHirci NejcHirci released this 31 Jan 12:33
· 63 commits to master since this release

First release of material_addon for Blender which implements 3 approaches for generating PBR materials from photos. For more info check README.

Installation

Install addon from zip in Blender from the included material_addon.zip.
You must create a new python environment from requirements.txt with appropriate PyTorch installation corresponding to your GPU CUDA version (see PyTorch official guide) under ~/material_addon/venv (default installation path for addons in Blender is C:\Users\{NAME}\AppData\Roaming\Blender Foundation\Blender\{VERSION}\scripts\addons\)

Changelog

Full Changelog: https://github.com/NejcHirci/material_addon/commits/v0.1.0