
Timeme
by Nikita Akimov
TimeMe is a Blender add-on for monitoring the time spent making your projects. It works in the background, counting project development time and saving the count to the current .blend file.
by Arthur-Dutra·Workflow
Images © Arthur-Dutra. Used for product review; image policy.
BlendGuard earns its place in the blender_extensions library for filling a specific gap: Blender warns about auto-run but does not show what a file would execute. Version 0.5.1 routes trusted scripts through Blender's own bpy.ops.text.run_script operator, keeping the same content-hash gating and per-script isolation.
.blend files can embed Python, which is legitimate for rigging and automation but is abused: malicious files carry information-stealers such as StealC V2 that run the moment a file opens with Auto Run Python Scripts enabled, harvesting Discord tokens, browser credentials, and crypto wallets. Blender keeps auto-run off and warns, but does not show what a file would have run. BlendGuard fills that gap.
It enumerates embedded text scripts, Python driver expressions, OSL script nodes, and registered handlers, then scores them CLEAN, INFO, SUSPICIOUS, or DANGEROUS without executing anything. To resist evasion it normalizes string concatenation and escapes, decodes base64, base85, base32, hex, rot13, zlib, and gzip recursively, flags high-entropy blobs, and confirms dangerous calls via AST. It also recognizes campaign tradecraft including Cloudflare Workers loaders, PowerShell -enc, and browser, wallet, and Discord theft paths.
A load-time guard inspects on open, while a disk scan triages before you open by parsing the .blend block structure, reporting INCOMPLETE rather than a false clean when it cannot fully read a compressed file. The developer frames BlendGuard as defense in depth rather than a guarantee, and keeping Auto-Run off remains your primary protection.
BlendGuard is best for blender users who download .blend files from asset sites, bundles, or untrusted sources and want to inspect embedded scripts before enabling auto-run.
BlendGuard is completely free to download and use.
BlendGuard is compatible with Blender 4.2 LTS and newer. It installs as an extension through Edit > Preferences > Get Extensions, then the dropdown's Install from Disk option, where you select the BlendGuard zip; you can also drag and drop the file into Blender. Once installed, keep Auto-Run Python Scripts off, open the file, and read the verdict in the BlendGuard sidebar tab by pressing N, or let the on-open guard surface it for you. Only enable scripts for files you have inspected and trust.
BlendGuard uses static analysis only and does not execute anything while inspecting a file. It enumerates embedded text scripts, Python driver expressions, OSL script nodes, and registered handlers, then scores each as CLEAN, INFO, SUSPICIOUS, or DANGEROUS. To resist obfuscation it normalizes string concatenation and escapes, decodes base64, base85, base32, hex, rot13, zlib, and gzip recursively, flags high-entropy blobs, and confirms dangerous calls via AST. Because it is a heuristic, the developer frames it as defense in depth rather than a guarantee, so keeping Auto-Run off stays your primary protection.
BlendGuard performs static analysis only and has no network access. The developer states there is no telemetry and no network activity. Its single requested permission is file access, used to read the user-selected .blend files it inspects for scripts, so the tool examines files locally without sending anything out. It recognizes campaign tradecraft such as Cloudflare Workers loaders, PowerShell -enc, and browser, wallet, and Discord theft paths, all as part of its offline scoring rather than any live lookup.
BlendGuard is listed as free here and is released under the GNU General Public License v3.0 or later. The developer describes it as a free, GPL, transparency-first security add-on. For the current licensing terms and the LICENSE file, check the developer's page on GitHub. The add-on requests only file access to read the .blend files you select, and the developer confirms there is no telemetry and no network access tied to its use.
BlendGuard 0.5.1 routes trusted scripts through Blender's own bpy.ops.text.run_script operator. The behaviour is unchanged: the same content-hash gating, the same requirement that global Auto-Run stays off, and the same per-script isolation. The runner prefers a Text Editor that is already open, and briefly repurposes one using a temp_override context before restoring it if none exists. In background sessions launched with --background there is no Text Editor context, so trusted auto-run is a safe no-op there.
Also in Workflow for Blender.

by Nikita Akimov
TimeMe is a Blender add-on for monitoring the time spent making your projects. It works in the background, counting project development time and saving the count to the current .blend file.

by Thatimster
Node2Code is a Blender addon by Thatimster that exports any node setup as its own shareable addon. Turn custom Material, World, Compositing or Geometry node shaders into a distributable addon in a few clicks.

by Melowilo Animation LTD
Animation Snapper Pro is a Blender addon for keyframe-based snapping, letting you align objects to a vertex, edge, or face without extra constraints or parent hierarchies on the animated items.

by 3DDinosaur
Local View Manager is a Blender add-on by 3DDinosaur that lets you toggle, remove, add and recover to Local View from both the Outliner and the Viewport, complementing Blender's native Local View handling.

by MultLabs
Lottie Export is a Blender add-on from MultLabs that exports Grease Pencil animation to Lottie JSON, dotLottie, or TGS. It renders Grease Pencil content as vector shape layers into one of three container formats.

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.