Sequenced Bake is a baking add-on for Blender built around a task-driven pipeline. Rather than running bakes in a single blocking pass, it uses modal, timer-driven execution to keep Blender's interface responsive while the work runs.
The add-on builds a task queue from your materials—active or all—the enabled bake types, and a frame range, then processes each item in a structured order. A modal task scheduler drives execution, while core baking logic handles node manipulation. Configuration is managed through a full settings system, and the tool exposes its controls through UI panels with a node-based interface.
Version 1.1.6 targets Blender 5.0 and newer, and the project is released under the GNU General Public License v3.0 or later. It's listed here as free, and the developer maintains the source on GitHub.