Blender Addon to generate NFTs from a given scene.
- Get the addon zip file from GitHub.
- Go to
Edit > Preferences > Addons > Installand select the downloaded zip file. - Type
NFT Generatorin the search box and enable the addon.
Open the scene you want to generate NFTs of.
Go to Scene Properties > NFT Generator.
Move all objects that is a part of the NFT into a collection called NFT Gen (The collection name can be adjusted in the NFT Generator panel).
Adjust the nft properties in the NFT Generator panel and click Generate NFTs.
(This may take some time depending on the complexity of your scene. NOTE: The rendering is done on the main thread and on the GPU to speed up the process.)
| Property Name | Type | Default Value | Description |
|---|---|---|---|
| Resolution | (int, int) | (128, 128) | The resolution of the generated NFTs. |
| Output Directory | string | "Home/NFTs" | The directory string path to the output directory. |
| Target Collection | string | "NFT Gen" | The collection name where all the objects are located. |
| File Format | Enum | "PNG" | The output file format for the generated NFTs. |