Discord Rich Presence

An addon that adds Discord Rich Presence support to Blender 2.8. Easy to install and some options to configure how it looks. Not sure how many people who use Blender also use Discord, hopefully some people find it cool.

Source link with install instructions: https://github.com/Protinon/Blender-rpc

Features

  • Multi-instance support: If multiple Blender windows are open, the one that was most recently saved will send data to Discord.
  • Rendering mode: Will show info about current render, as shown in the above image. It will have different text if rendering a single frame.
  • Blender Version: Displays the current Blender version in a nice format when hovering over the Blender icon.
  • Options: Allows a few settings to be changed on the Blender addon screen, more info below.

Options

  • Show elapsed time
  • Show elapsed time while rendering
  • What to show while rendering: Filename or Render engine
3 Likes

Crashes Blender 3.0 on install, and doesn’t enable.

Yeah doesn’t enable on 3.1 Alpha either.

Traceback (most recent call last):
File “G:\Blender\daily\blender-3.1.0-alpha+daily.644eb68524b9\3.1\scripts\modules\addon_utils.py”, line 351, in enable
mod = import(module_name)
File “C:\Users\Admin\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Blender-rpc_init_.py”, line 5, in
from .pypresence import pypresence as rpc
ImportError: cannot import name ‘pypresence’ from ‘Blender-rpc.pypresence’ (unknown location)