
Easy Modifier
by CG Tools
Easy Modifier is a Blender add-on from CG Tools for managing modifiers, with tools to add, change, apply, and remove them across objects using mode and selection options.
by Nikita Akimov·Workflow
Illustrative cover generated by AnyPlugins — no product screenshot available.
Print To Python Console earns its place in the superhive library as a focused developer utility: it does one thing, routing print and error output into Blender's Python Console, and gives you buttons plus per-type toggles to control it. The documented depsgraph_update caveat is worth reading before relying on it inside event handlers.
Print To Python Console is a Blender add-on by Nikita Akimov that sends print output and error messages to the Python Console window rather than only the system console. Install and activate it, and errors and text output appear in the Python Console.
The add-on adds a "PtoPC" panel with two buttons for temporarily activating and deactivating the redirection. "Print to Python Console" enables output to the Python Console, while "Print to System Console" returns errors and text output to the default system console. In the properties panel, you can enable or disable output separately for error messages and the print function.
You'll find the controls in the 3D Viewport N-panel under the "PtoPC" tab. Note the documented limitations: it cannot be used with the depsgraph_update_post and depsgraph_update_pre handlers that contain print or errors, since output raises the depsgraph_update event and triggers an infinite recursion crash, so redirection should be disabled while working with those events. Output also cannot be written from an operator's draw function. The add-on lists support for Blender 2.82 through 4.1.
Print To Python Console is best for blender add-on developers and scripters who want print output and error messages in the Python Console window instead of only the system console.
Print To Python Console is completely free to download and use.
Print To Python Console lists compatibility across a wide span of Blender releases, from 2.82 up through 4.1, including the 2.9x series and the full 3.x line. If you run one of these versions, you can install and activate the add-on to route print output and error messages into the Python Console window. The current add-on version listed is 1.1.0. For any release outside this range, check the developer's page for current support before installing.
Print To Python Console is listed as free here, and its license is GPL. Because pricing and licensing can change over time, check the developer's page for the current terms before you download. Once installed and activated, the add-on redirects print output and error messages to the Python Console window, and gives you buttons and properties for turning that redirection on and off whenever you need it.
Print To Python Console lives in the 3D Viewport window under the N-panel, in a tab labelled "PtoPC". That panel holds two buttons for temporarily activating and deactivating output redirection: "Print to Python Console" enables output to the Python Console, while "Print to System Console" returns errors and text output to the default system console. A separate properties panel lets you enable or disable output for error messages and the print function independently.
Print To Python Console cannot be used with the depsgraph_update_post and depsgraph_update_pre event handlers when those handlers contain the print function or errors. Text output to the Python Console raises the depsgraph_update event itself, which causes an infinite recursion and crashes Blender. The workaround is to temporarily disable output to the Python Console while working with depsgraph_update events. Separately, output could not be written to the Python Console from an operator's draw function, where the system console serves as the fallback.
Also in Workflow for Blender.

by CG Tools
Easy Modifier is a Blender add-on from CG Tools for managing modifiers, with tools to add, change, apply, and remove them across objects using mode and selection options.

by Sergey Tyapkin
Console Top Most is a Blender add-on by Sergey Tyapkin that makes the System Console the topmost window on Windows. It can also save and restore the size and position of the Main and Preference windows when switching scenes.

by DOHDEH
Supertabs is a Blender add-on that turns the sidebar into a controllable workspace system, letting you build N-panels, group tabs, merge add-ons, and save configurations as JSON for restore on startup.

by Missing Field
Node Switcher is a Blender add-on that generates node networks to switch and blend between different datatypes. It supports all shader socket types used by Cycles and Eevee, with several switching methods.

by lapineige
Lapineige's Tools V2.9 is a compilation of ten small add-ons for Blender, bundled together for easier installation and use. It gathers utilities coded from user requests, covering mirroring, render borders, cameras, origins, and more.

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.