
Nodemap
by n4dirp
Nodemap adds an interactive minimap overlay to Blender's Node Editor. Navigate large node graphs from a bird's-eye view across Shader, Geometry Nodes, and Compositing, with click-to-select and a resizable, theme-aware panel.
by Lars-Helge-Scheel·Workflow
Images © Lars-Helge-Scheel. Used for product review; image policy.
Tree Clipper earns a spot in the Blender library for turning node setups into text, plain JSON or a compressed string, that can be tracked in git or shared in communities like Discord and Stack Exchange rather than passed around as .blend files or screenshots.
Tree Clipper is a Blender add-on that exports and imports node trees as either plain JSON or compressed strings of the form TreeClipper::<base64>. It works with Geometry, Shader, Compositor, and Texture node trees, and the trees' interfaces are included in each export. For compositor trees, scene attributes are stored and verified on import, and there's an explicit interface for referenced external items that aren't part of the export.
The add-on targets two workflows. The first is storing collections of nodes in JSON so version control such as git can track changes to a node tree rather than a single binary .blend file. The second is sharing node groups in communities like Discord and Stack Exchange, where a shared string is de-serialized back into a node tree.
Tree Clipper can handle large setups, including all of the trees in Erindale's Nodevember. Its core logic is also available as a PyPI package.
Tree Clipper is best for blender artists who want to version-control node trees with git or share node groups as text in communities like Discord and Stack Exchange.
Tree Clipper is completely free to download and use.
Tree Clipper is listed as compatible with Blender 5.0, and it's marked unsupported on Blender 5.3 and above. On Blender 5.0 you can install the add-on and export or import Geometry, Shader, Compositor, and Texture node trees as JSON or compressed strings. If you run a version outside that range, check the developer's page on GitHub for current compatibility details before installing, since support notes can change with newer releases of both Blender and the add-on.
Tree Clipper can be installed by dragging and dropping the add-on into Blender, or by downloading it and using Install from Disk. You can also add a repository to receive automatic updates. Once installed, it enables export and import of node trees as JSON or as compressed strings of the form TreeClipper::<base64>. Full instructions and the latest release are available on the developer's GitHub page.
Tree Clipper is listed as free here in the catalog, and it's distributed under the GNU General Public License v3.0 or later. The extension does not require special permissions. For current licensing terms and any changes, refer to the developer's page on GitHub. The core logic is also available as a PyPI package if you want to make use of it outside the add-on itself.
Tree Clipper stores node trees as plain JSON or as compressed strings of the form TreeClipper::<base64>, so setups can be shared without passing around .blend files. It aims to make collections of nodes in JSON trackable by version control like git, and to make sharing node groups in communities such as Discord and Stack Exchange easier through a de-serializable string. It can also handle large setups, including the trees in Erindale's Nodevember.
Also in Workflow for Blender.

by n4dirp
Nodemap adds an interactive minimap overlay to Blender's Node Editor. Navigate large node graphs from a bird's-eye view across Shader, Geometry Nodes, and Compositing, with click-to-select and a resizable, theme-aware panel.

by JimmyNoStar
Render Notifications is a Blender extension that alerts you when a render starts, finishes, or is cancelled through Discord, desktop popups, or webhooks to custom platforms like Home Assistant. Progress details are calculated after each frame.

by a2d4f3s1
Script Launcher is a Blender add-on by a2d4f3s1 for managing and running Python scripts from multiple root folders, working directly from the 3D Viewport sidebar so the whole process stays inside Blender.

by Quint-Vrolijk
Export Curve To Json is a Blender add-on from Quint-Vrolijk that writes curve data to JSON files and reads it back. It handles Poly, Bezier and Nurbs curves through Blender's File Import and Export menus.

by Cyrill-Vitkovskiy
Chord Song is a Blender add-on that implements a Vim-like <Leader> key system, triggering operators, executing scripts, and modifying properties through key sequences. It's inspired by the Neovim addon which-key.nvim.

by Salt Media
BlenderAe2 by Salt Media transfers 3D data and objects between Blender and After Effects in both directions, covering vertices, 3D layer transforms, camera data and layer synchronization.

by MACHIN3
Machin3Tools is a continuously evolving collection of tools and pie menus for Blender, gathered in a single customizable package. It ships in two base variants, Prime and DeusEx, with the DeusEx variant adding more advanced tools.

by MikhailRachinskiy
3D Print Toolbox is a Blender add-on with utilities for 3D printing. It analyzes mesh volume and surface area, checks and fixes geometry, hollows shapes, aligns models to the print bed, and exports to STL, PLY, and OBJ.

by glukoz
UVPackmaster 4 is a UV packing engine for Blender that packs UV maps on the CPU and GPU, using the Cuda and Vulkan APIs, and can run on the CPU and all system GPUs at once.

by MMD
MMD Tools is a Blender add-on for editing MikuMikuDance (MMD) models. It handles importing and exporting model, motion and pose data, along with chopping and joining parts, plus rigid body, material and motion editing.

by HaughtyGrayAlien
SimpleBake brings PBR and traditional texture baking to Blender from a single panel. Select objects, choose maps, and bake — no special node groups or new workflow, working with whatever materials you've already built.