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
- Host: GitHub
- URL: https://github.com/automas-dev/quickbake
- Owner: automas-dev
- Created: 2023-09-27T01:44:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-06T03:18:01.000Z (about 1 month ago)
- Last Synced: 2026-02-06T12:58:24.102Z (about 1 month ago)
- Topics: 3d-rendering, bake, blender, blender-addon
- Language: Python
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

### 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 |