Render Notifications is a Blender Extension that sends alerts when rendering begins, after the first frame, and when the render job finishes or is cancelled. Notifications are triggered after each frame, since Blender does not currently expose real-time render progress to Python.
The extension estimates render duration and progress by calculating per-frame stats including:
Note: Blender updated to python
3.13, so Version1.2.3is not compatible with blender 5.0 and lower. Use version1.2.2for older versions of blender.
Receive desktop popups when a render starts, finishes, is cancelled, or completes its first frame.
You can optionally enable custom notification sounds using .wav files.
Send frame-by-frame updates to a private Discord channel while Blender renders in the background. Messages are posted at the start, updated after each frame, and finalized once rendering finishes or is cancelled.
Preview images rely on output being saved as
.png.Formats like.exrare not supported.
Send structured JSON payloads to custom endpoints — ideal for Home Assistant, IFTTT, mobile dashboards, or other automation tools. Perfect for integrating real-time render notifications into your workflows.
.wav sound fileToggle and customize notification settings directly in the Render Properties tab for Desktop, Discord, and Webhook integrations.
If you find this extension helpful and want to support its development, you can buy me a coffee
UI Changes:
Added simple messages to third-party webhooks for chat applications that support webhooks, but can not modify the payload
Removed discord webhook from third-party webhook payload
Total frames and ETA adjust to frame step in the blender scene
This extension requests the following permission:
Needed to send notifications via webhooks and Discord
Please make it send notifications to google chat spaces with web hook.....
I added an option to send simple messages for third-party webhooks instead of the whole json payload. This should work for chat applications like google chat spaces.
Does exactly what it says it does, cleanly and simply! Love the option for a custom sound notification, and the Discord reports are clean and information-dense. Well built!