Workflows add-on [Free]

I’ve developed a small add-on to streamline repetitive workflows that I often encountered. I thought I’d share it here, as it might be useful to others as well.

The add-on enables you to create node graph-based workflows for automating common tasks, with a particular focus on export processes to external applications. Right now, it primarily addresses my current needs, but I’ll be adding more nodes as new requirements arise.

For example, one of its main uses is to simplify the export of low- and high-poly meshes. The add-on can apply different modifiers, merge geometries, rename objects, and add custom prefixes or suffixes for each version.

A workflow graph looks something like this:

You can find the add-on here: https://github.com/keianhzo/Blender-Workflows-Addon

If you want to request a feature or report a bug please do it in the add-on repository from the link above, not here.

:warning: The add-on is by no means complete or stable so use it at your own risk. It currently supports just a few operations that I’ve needed along the way. :warning:

8 Likes