
LoopTools
by Community
LoopTools is a mesh modelling toolkit for Blender that gathers several tools to aid modelling. It was previously part of Blender 4.1's bundled add-ons and is now offered as an extension, provided as it is with limited support.
by EBTRR·Modeling
Images © EBTRR. Used for product review; image policy.
Bundles PyPip so scipy-dependent spherical functions can be installed straight from the Blender UI.
Math To Mesh (MTM) generates meshes from functions inside Blender. Its Custom Functions Generator lets you set a name and target collection, type in a function, define the range for the x and y axes, and set the mesh resolution as the number of vertices in each axis direction. Functions can use arithmetic operators like +, -, *, / and ** for exponents, trigonometric functions such as sin, cos and tan, hyperbolic functions like sinh, cosh and tanh, constants such as e and pi, and special functions like sqrt. Generated meshes are always triangular.
A Spherical Functions Generator works similarly: you choose a name and collection, then set the Degree and Order, where the Order cannot exceed the Degree. Spherical harmonics are created using scipy, which can be installed through PyPip, a separate add-on included that installs Python packages from the Blender UI. The resulting spherical mesh is a quad and tris mesh.
Since Update 1.0.1, custom function meshes can be animated in x and y by setting an offset per axis and a step size for the number of keyframes. Keyframe interpolation is always linear.
Math To Mesh (Mtm) is best for blender users generating meshes from mathematical functions and spherical harmonics.
Math To Mesh (Mtm) is completely free to download and use.
Math To Mesh lets you animate custom function meshes in x and y, a capability added in Update 1.0.1. You set an offset for each axis you want to animate and a step size that determines the number of keyframes. At the nth step, x takes the value of the original x plus n divided by the number of steps, multiplied by the offset in x. Keyframe interpolation is always linear. High-resolution meshes with hundreds of keyframes can consume a large amount of RAM, so resolution and step count both affect memory use.
Math To Mesh generates spherical harmonics using scipy, and it includes PyPip to help you install it. PyPip is a separate add-on, distributed as PyPip_1_0_0.zip in the Download Area, that lets you install Python packages and libraries from the Blender UI into Blender's Python interpreter. Once scipy is installed through PyPip, the Spherical Functions Generator can build meshes from the Degree and Order you specify. The Order cannot be greater than the Degree, and the resulting mesh is a quad and tris mesh.
Math To Mesh is listed as free in this catalog. For current licensing terms, confirm the details on the developer's page before downloading. The add-on is made by EBTRR, who also lists other products and provides a Discord for questions, feature requests and bug reports, along with the Blender Market contact form. A demo video is also available if you want to see more before installing.
Math To Mesh produces different mesh types depending on the generator. The Custom Functions Generator always creates a triangular mesh, where every face is a triangle. You control the result by setting the axis ranges and the mesh resolution, given as the number of vertices in each axis direction. The Spherical Functions Generator instead produces a quad and tris mesh. Its vertex count is lower than the square of the mesh resolution because the add-on automatically merges the start and endpoints of the mesh.

by Community
LoopTools is a mesh modelling toolkit for Blender that gathers several tools to aid modelling. It was previously part of Blender 4.1's bundled add-ons and is now offered as an extension, provided as it is with limited support.

by Community
Extra Mesh Objects is a Blender add-on that expands the Add > Mesh menu with additional mesh object types. Previously bundled with Blender 4.1, it now ships as a standalone extension for Blender 4.2 LTS and newer.

by nickberckley
Bool Tool brings quick boolean operators to Blender for hard-surface modeling, covering brush booleans, destructive auto boolean cuts, and workspace tools that carve objects with custom shapes in both object and edit modes.

by Community
Extra Curve Objects is a community add-on for Blender that adds extra curve object types. It lives under View3D → Add → Curve → Extra Objects and was previously part of Blender 4.1's bundled add-ons.

by MACHIN3
MESHmachine is a mesh modeling addon for Blender focused on hard surface work without subdivision surfaces. It fuses and unfuses surfaces, creates variable fillets and washouts, edits bevels, and details meshes with plugs.

by Community
A.N.T.Landscape is a Blender add mesh add-on for generating landscapes and displacement. Originally a bundled add-on in Blender 4.1, it's now offered as-is with limited support, accessed from the View3D sidebar's Create tab.