All Projects → abrasic → blendpresence

abrasic / blendpresence

Licence: GPL-3.0 license
Discord RPC support for Blender 3.0

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to blendpresence

BlendShell
A Blender plugin for making hollow models suitable for 3D printing.
Stars: ✭ 33 (-59.26%)
Mutual labels:  blender, blender-addon, blender-plugin
thicket
Thicket: Laubwerk Plants Add-on for Blender
Stars: ✭ 51 (-37.04%)
Mutual labels:  blender, blender-addon, blender-plugin
blender Shelves
Custom Header Buttons
Stars: ✭ 32 (-60.49%)
Mutual labels:  blender, blender-addon, blender-plugin
VF-BlenderAutoSaveRender
Automatically saves a numbered or dated image after every render and can extend the Blender output path with dynamic variables
Stars: ✭ 34 (-58.02%)
Mutual labels:  blender, blender-addon, blender-plugin
MustardTools
A set of tools for animators/riggers
Stars: ✭ 30 (-62.96%)
Mutual labels:  blender, blender-addon
pose-thumbnails
Blender add-on that adds thumbnails to a pose library.
Stars: ✭ 65 (-19.75%)
Mutual labels:  blender, blender-addon
stampinfo
Stamp Info is a Blender add-on that ensures the tracking of the rendered images by writing all the meta information directly on them, on specific areas such as their top and bottom.
Stars: ✭ 21 (-74.07%)
Mutual labels:  blender, blender-addon
blender-halo-tools
Halo / Blam engine support for Blender.
Stars: ✭ 14 (-82.72%)
Mutual labels:  blender, blender-addon
DeepBump
Normal & height maps generation from single pictures
Stars: ✭ 185 (+128.4%)
Mutual labels:  blender, blender-addon
io import vmf
A Valve Map Format (.vmf) and Valve Material Type (.vmt) importer for Blender.
Stars: ✭ 225 (+177.78%)
Mutual labels:  blender, blender-addon
assemblme
Iterative object assembly animations made simple
Stars: ✭ 19 (-76.54%)
Mutual labels:  blender-addon, blender-plugin
BioBlender21
Blender plugin to process biological data and molecular work.
Stars: ✭ 65 (-19.75%)
Mutual labels:  blender, blender-addon
RightMouseNavigation
Blender Python - Unreal Engine-style Right Mouse Viewport Navigation
Stars: ✭ 83 (+2.47%)
Mutual labels:  blender, blender-addon
Blendpeaks
A free and open source addon for Blender. It creates mountain peaks.
Stars: ✭ 78 (-3.7%)
Mutual labels:  blender, blender-addon
Blender2NieR
Import/Export WMB/WTP/WTA/DAT/DTT/LAY/COL files for NieR:Automata
Stars: ✭ 115 (+41.98%)
Mutual labels:  blender, blender-addon
zpy
Synthetic data for computer vision. An open source toolkit using Blender and Python.
Stars: ✭ 251 (+209.88%)
Mutual labels:  blender, blender-addon
MindMapper
Blender Python - Node-based multi-line text and image flowchart
Stars: ✭ 58 (-28.4%)
Mutual labels:  blender, blender-addon
uvlayout bridge
Blender Add-On: A bridge between Headus UVlayout and Blender
Stars: ✭ 20 (-75.31%)
Mutual labels:  blender, blender-addon
blendmaxwell
Maxwell Render exporter for Blender
Stars: ✭ 23 (-71.6%)
Mutual labels:  blender, blender-addon
3dn-bip
A Python library for Blender addons. Blazingly fast preview loads in Blender. Images of arbitrary size. bpy.utils.previews drop-in replacement.
Stars: ✭ 41 (-49.38%)
Mutual labels:  blender, blender-addon

BlendPresence

This is an addon for Blender that allows you to show off what you're doing in Discord using Rich Presence.

BlendPresence currently supports versions 2.93 and higher.

Features

  • Up to two customizable buttons, redirecting to a link of your choice (portfolio, website, etc)
  • Current Blender version
  • Active render engine name
  • Name of current GPU in use
  • Current mode (object, edit, pose, etc)
  • Render stats while rendering (current frame and percentage complete)
  • Other context-sensitive features like:
    • Number of current frame
    • Name of current scene
    • Name of current object selected
    • Number of bones/polys/materials in the scene
    • And more

Installation

  1. Go to the Latest Release and download the blendpresence.zip file. DON'T UNZIP IT!
  2. Open Blender, then go to Edit > Preferences > Add-ons. Click Install... and select the zipfile.

Updating

  1. Select the BlendPresence dropdown in the add-ons menu and click Remove... - repeat the steps above for the newer version.

Troubleshooting

If the Rich Presence is not displaying, try the following:

  • In Discord, go to your User Settings > Activity Privacy > Display current activity as a status message and make sure it's enabled.
  • It could be a display bug. Refresh the Discord client by pressing Ctrl+R
  • It could be a bug with the addon. Try re-enabling it or go to Window > Toggle System Console and ensure no errors from BlendPresence appear.

Customizable Features

Core

  • Enabled determines if your rich presence will be shown on Discord.
  • Update Every determines how fast BlendPresence will update your presence in [x] seconds. Lower is faster.
    • Faster update rates may affect performance on lower-end machines. A recommended value is 5 seconds.

Large Icon Tooltip

  • Render Engine displays the render engine (Cycles, EEVEE, etc.) that's currently in use.
    • Some third-party render engines like Octane or Redshift will show their unique logo aside the blender logo while used.
  • Blender Version displays Blender version that the addon is running in.
  • Display GPU displays the name of the GPU Blender is using.
    • Currently, only NVIDIA cards are supported. Support for AMD, Intel and Apple cards may happen in the future.

Small Icon

  • (Viewport) Active Mode displays the mode (Object, Edit, Pose, etc.) that the user is currently active in.
  • (Rendering) Render Stats displays render information such as frame resolution and FPS while rendering.

Buttons

  • A maximum of two buttons can be displayed at the bottom of your presence and can be personalized with any label and URL of their choosing.
    • IMPORTANT! The link MUST start with a protocol (https://)!

Details

  • Display Types: Literal is filler text that changes based on what you're doing, such as if you're rendering something, it will change to "Rendering a project". Alternatively you can set your own text by changing this setting to Custom
  • Display File Name overrides the setting above with the current .blend file name.
    • This will only work on saved files. If nothing shows up, you need to save your .blend file first.

State

  • (Viewport) Display Types: There are several object types that you can display in the presence, such as:
    • File Size: Displays the formatted file size of the current file.
    • Current Frame: Returns the frame number currently on the playhead.
    • Active Object: Returns the name of the active object.
    • Current Scecne: Returns the name of the current scene.
    • Active Object: Returns the name of the active object.
    • Object/Bone/Material/Polygon Count: Returns the number of specified objects in the current scene.
    • Custom: Allows the user to input their custom text.
  • (Rendering) Frame Range will display the current frame number that you're rendering. If it's an animation, it will fetch the frame range that's being rendered

Time Elapsed

  • Enabled will show the amount of time elapsed upon the addon being enabled. If you restart the addon, this timer resets.
  • Reset on Render will reset the timer when a render starts.

This plugin is a modified fork from Protinon/Blender-rpc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].