3D Mandelbulb fractal generator for Blender 5.1.
This add-on allows you to create and explore Mandelbulb and Julia fractals directly inside Blender. Geometry is generated from a Signed Distance Field (SDF) evaluated with NumPy and converted into a mesh using the Surface Nets algorithm.
The mesh is automatically regenerated whenever parameters are modified.
Number of voxels used to evaluate the fractal.
Recommended values:
Higher resolutions produce more detail but significantly increase computation time.
Defines the region of space evaluated around the origin.
Exponent used in the White–Nylander Mandelbulb formula.
Examples:
Maximum number of iterations used to determine set membership.
Higher values reveal finer details.
Distance at which a point is considered to have diverged.
The standard value is:
Generates a 3D Julia fractal.
When Julia mode is enabled:
Translates the coordinates before fractal evaluation.
Useful for exploring different regions of fractal space.
Applies a progressive rotation at each iteration.
Can create helical, spiraling, or twisted structures.
Enables smoothing on the generated mesh.
Controls the extraction level of the isosurface.
All parameters can be animated using Blender keyframes.
Examples:
The add-on automatically regenerates Mandelbulb objects whenever the current frame changes.
The generation pipeline is as follows:
This approach produces smoother and more accurate surfaces than simple voxelization methods.
Changing Labels and bl_infos to English.
This extension does not require special permissions.