
Solid Boot
by CosmoMídias
Solid Boot is a Blender add-on from CosmoMídias that automatically sets all 3D views to Solid mode instead of Material Preview when Blender starts or a new file loads, avoiding shader compiling hiccups at startup.
by MrClock·Workflow
Images © MrClock. Used for product review; image policy.
Add-on Profiler earns its place in the blender_extensions library as an in-software approach to profiling for add-on developers, bringing execution logging and cProfile-based profiling into the 3D viewport sidebar. It is a reimplementation of the earlier Plugin-Profiler project.
Add-on Profiler is a Python utility add-on for Blender that monitors code execution and captures profiling data during add-on development. It is a reimplementation of the original Plugin-Profiler add-on created by DB3D and improved by rubenmesserschmidt.
Its two main tools are execution logging and profiling, found on the Add-on Profiler tabs of the 3D viewport sidebar. Logging monitors all execution calls in the running Python session and can be filtered by options like function names and source files; because of how this works, execution runs considerably slower, but it makes rampant function calls easier to catch through live logs. Profiling uses the cProfile and pstats modules to capture profiling data, which can be formatted and sent to the system console or saved as a profiling data file.
Saved profiling data can be visualized with the Snakeviz library, which has to be installed locally as a separate package. The reimplementation is built for the extension system of Blender 4.2 and newer, with backwards compatibility known to Blender 2.90.0.
Add-on Profiler is best for blender add-on developers who want to monitor code execution and capture profiling data from within the software during development.
Add-on Profiler is completely free to download and use.
Add-on Profiler is a reimplementation built for the extension system of Blender 4.2 and newer, and it is listed as compatible with Blender 4.2 LTS and newer. Backwards compatibility is known to Blender 2.90.0, and the 2.1.0 release notes list tested compatibility across Blender 2.90 through 4.2. It installs from the packaged release like any other add-on, so if you are working within that version range you should be able to add it to your setup.
Add-on Profiler captures profiling data using the cProfile and pstats modules, and that data can be formatted and output to the system console or saved as a profiling data file without any extra library. Snakeviz only comes into play when you want to visualize saved profiling data files; it has to be installed locally as a separate package, and instructions for using it are in the Snakeviz documentation. So the core logging and profiling tools work on their own, with Snakeviz as an optional step for visualization.
Add-on Profiler is released under the GNU General Public License v3.0 or later, and it is listed here as free. For current licensing terms and any usage conditions, check the developer's page. The add-on also requests one permission, for files, so it can save and process benchmark and profile data. The source code is available through the developer's repository if you want to review how it works or how it is licensed in detail.
Add-on Profiler can be installed from the packaged release like any other Blender add-on, and it supports drag and drop into Blender or installing from disk. It is built to be compatible with the extension system introduced in Blender 4.2 and newer. General guidance on installing add-ons is available in the official Blender Manual, and once installed its tools appear on the Add-on Profiler tabs of the 3D viewport sidebar.
Also in Workflow for Blender.

by CosmoMídias
Solid Boot is a Blender add-on from CosmoMídias that automatically sets all 3D views to Solid mode instead of Material Preview when Blender starts or a new file loads, avoiding shader compiling hiccups at startup.

by TechArtToolBox
Wheel-O-Matic is a Blender add-on that automates the rotation of any wheel in any direction. It works with standalone wheels, vehicles, curves, meshes and bones, driving rotation without baking or simulation and staying additive and non-destructive.

by Community
Is key Free is a Blender add-on that finds free keyboard shortcuts, reports which ones are already in use, and prints a key list. It lives in the Text Editor sidebar's Dev tab.

by fdaubine
Align 2 Custom is a Blender add-on that aligns the 3D View to the 3D cursor orientation or to a custom transform orientation, using keyboard shortcuts or the View menu.

by DFS
Bake Wrangler is a node-based add-on for Blender that improves the texture baking workflow. Build simple or complex baking setups as node trees, run full background batch baking, and pack image data into any channel, including Alpha.

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.