Blender add-on to render bypassing GUI and avoiding crashes

thebadking writes:

Tested on macOS, Windows and Linux. (from blender 2.80 to 2.83)

Animation render is an addon for blender, it renders by python script bypassing the GUI, avoiding all the crashes that are GUI related while rendering. It works for cycles and eevee. It allows you to render an interval of frames grabing the details from context like first frame and last frame, output path and all the details required for rendering, it adds some buttons on the Output menu like:

  • Render Animation
  • Enable notifications (OS notifications since Blender GUI is frozen while processing)
  • Save file before Rendering
  • Sound per frame and/or sound at completion (for macOS only) for windows and Linux there is always a system sound associated, mute it or unmute as necessary

Notifications include how many frames are to be rendered, current frame, percentage of completion and time estimate for completion

If you are having problems rendering even one frame you can set the first and the last frame to be the one you need rendered.

Disabling the Notification check will enable output to console.

You can download it from GitHub.

Advertisement