
Expression Nodes
by Hamed Zaghaghi
Expression Nodes is a Blender add-on that generates math nodes from a formula. Type an expression, press Create Nodes, and it builds the nodes in any Blender node editor that has a math node.
by Nikita Akimov·Workflow
Illustrative cover generated by AnyPlugins — no product screenshot available.
NodeTree Source earns its place in the Blender library as a practical bridge between material creation and code. It captures a node tree as Python and packages it for reuse or distribution, which makes it handy for developers shipping materials inside their own add-ons. A demo video is available, and the add-on ships under the GPL license.
NodeTree Source is a Blender add-on that turns material node trees into Python source code. Clicking the Material to Text button generates the current material's source code and displays it in the Text Editor window, where you can copy it or save it to a file. Running that code with the Run Script button recreates the same material in any project, and the code can be included directly in your own add-on or script to supply materials to its users.
The add-on also keeps its own local library. The Material to Library button saves a material's source code for immediate reuse, and the Distribute Library as Add-on button compiles the entire library into a separate add-on archive that other users can download and install. The library is stored in the add-on directory, so back it up before removing or reinstalling the add-on.
Aimed at Blender script and add-on developers as well as material and shader creators, NodeTree Source lives in the 3D Viewport N-panel. Note that generated code is not guaranteed to work correctly across different Blender versions.
Nodetree Source is best for blender script and add-on developers, and material and shader creators who want to capture material node trees as Python code and package them for reuse or distribution.
Nodetree Source is completely free to download and use.
NodeTree Source lists support for Blender 2.93, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 4.0, and 4.1, covering a long stretch of releases across the 2.9, 3.x, and 4.x series. One caveat is worth noting: the add-on cannot guarantee that generated code will work correctly between different Blender versions, since the developers make changes to each release. Material code created in one version may not run correctly in another, so keep your working version in mind when sharing or reusing generated source across projects.
NodeTree Source lives in the 3D Viewport window, inside the N-panel under the 'NodeTree Source' tab. From there you reach its main actions. The Material to Text button generates the current material's node tree source code and shows it in the Text Editor window, where you can copy it or save it to a file. The Run Script button executes that code to recreate the same material in the project. The Material to Library button saves material source into the local library, and Distribute Library as Add-on packages the library for sharing.
NodeTree Source is listed here as free, so you can add it to your Blender setup without a purchase on this catalog. Licensing terms can change over time, though, so it's worth checking the developer's page for the current details before you rely on it. The add-on is released under the GPL license. For questions about usage rights or distribution of the code it generates, the developer's page is the best place to confirm the latest terms directly from the creator.
NodeTree Source stores its local materials library inside the add-on directory. If you need to temporarily remove or reinstall the add-on, back up the library to a separate location on disk first, otherwise you risk losing your saved material sources. After reinstalling, you can restore the library simply by copying it back into the add-on's 'nodetree_source_library' directory. Materials saved to the library are available for use immediately, and if you want to share them, the library can be compiled into a standalone add-on archive that others download and install.
Also in Workflow for Blender.

by Hamed Zaghaghi
Expression Nodes is a Blender add-on that generates math nodes from a formula. Type an expression, press Create Nodes, and it builds the nodes in any Blender node editor that has a math node.

by BleRiFa
Extragroups is a Blender add-on from BleRiFa for managing bone groups and bringing all your operators under the mouse cursor. It targets animation work and ships with documentation on the developer's site.

by kleinARt
AngelSTEP brings STEP and IGES import and export to Blender, turning CAD data into watertight meshes with crisp normals. It adds per-part tessellation, defeaturing, CAD-based UVs, assembly tools and real STEP export in one self-contained add-on.

by Douripo
Mesh Volume Calculator is a Blender add-on that calculates the volume, area, or length of mesh objects inside a collection and exports the results to CSV files for use in spreadsheet software.

by Pawel Wilczewski
Settings Manager is a Blender add-on for saving, customizing, and switching between different settings configurations. It centralizes addon management through a shared directory and supports duplicating, exporting, and importing setups.

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.