An open API service indexing awesome lists of open source software.

https://github.com/automas-dev/quickbake

Fast baking for blender
https://github.com/automas-dev/quickbake

3d-rendering bake blender blender-addon

Last synced: 24 days ago
JSON representation

Fast baking for blender

Awesome Lists containing this project

README

          

# Quick Bake

Quick and simple baking in Blender.

**ToDo**

- [ ] Add docs for how to download from release
- [ ] Tests + Coverage
- [ ] Can any blender extension code become more modern?
- [ ] Show progress (wm cursor)
- [ ] Render custom passes (eg. metallic) with emit channel
- [ ] Replace all materials of multi material object with one

## Usage

Download this repo as a zip file and install through the Blender addons.

### Interface

![Quickbake Interface](docs/panel.png)

### Inputs

| Field | Description |
| ----------- | ------------------------------------------------------ |
| Name | Name used for baked images and material |
| Mode | What to do with images after bake |
| Size | Bake image size in pixels |
| Save Images | Save images to external directory |
| Layers | Enable baking of different layers, one image per layer |

Mode has the following options

| Mode | Description |
| --------------- | ---------------------------------------------------- |
| Image Only | Only generate images |
| Create Material | Create a new material with the baked images |
| Assign Material | Assign the material to active object |
| Copy Object | Duplicate the object before assigning baked material |