Render Alert is a Blender add-on that plays a sound when a render finishes.
It's accessible in both:
- Render Properties panel
- 3D Viewport N-panel
You can use the default system beep or choose a custom audio file.
InstallationNUsage.mp4
- Plays an alert when rendering is complete
- Supports a default system beep
- Supports custom sound files
- Adds controls to the Render Properties panel
- Adds controls to the 3D Viewport N-panel
- Includes a test button for checking the selected alert sound
- Uses Blender's built-in audio system for broader audio format support
On Windows, .wav files can be played with Python's winsound.
For other formats, Render Alert uses Blender's built-in aud module. Blender's audio API can load sound files such as .ogg, and its documented codec/container list includes formats such as MP3, OGG/Vorbis, FLAC, and WAV. 【2-a72853】
Recommended formats:
.wav.ogg.mp3.flac
Actual playback support can still depend on the Blender build and the audio file itself.
Render Alert is designed for Blender 3.6 and newer.
For Blender 3.6 to 4.1, install it as a regular legacy add-on.
For Blender 4.2 and newer, it can also be packaged as a Blender extension using blender_manifest.toml.
- Download the add-on Python file.
- Open Blender.
- Go to
Edit > Preferences > Add-ons. - Click
Install. - Select the add-on file.
- Enable
Render Alert.
