Skip to content

Jideeh1/Render-Alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render Alert

GitHub license
GitHub stars Discord GitHub issues


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.

Installion and Usage

InstallationNUsage.mp4

Features

  • 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

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.

Compatibility

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.

Legacy Add-on Installation

  1. Download the add-on Python file.
  2. Open Blender.
  3. Go to Edit > Preferences > Add-ons.
  4. Click Install.
  5. Select the add-on file.
  6. Enable Render Alert.