What is retopology?
Sculpting produces beautiful geometry that is terrible to work with — millions of uneven triangles arranged however the brush happened to leave them. Retopology is the step that builds a new, deliberate mesh over that surface so the rest of the pipeline can use it.
The short answer
Retopology means rebuilding a model's geometry with clean, orderly polygons that follow the form — replacing the dense, chaotic mesh a sculpt produces. You need it when the model has to deform (rigging and animation) or be UV-unwrapped and textured efficiently. You can usually skip it for still renders and 3D prints, where a decimate is enough.
Why a sculpt's topology is a problem
A sculpting brush cares about one thing: is there enough geometry here to hold the shape I am making? It adds and stretches triangles to answer that question, with no regard for how they are arranged. The result is a mesh that looks perfect when rendered and is chaotic underneath — millions of triangles, uneven density, and no relationship between the geometry and the anatomy of the thing.
That is fine right up until you ask the model to do something. Rig it and the face creases in the wrong places, because there is no loop of geometry following the mouth for the mouth to fold along. UV unwrap it and you get a nightmare of tiny islands. Load it into a game engine and it will not run.
Retopology fixes this by treating the sculpt as a reference surface and building a new mesh over the top of it — far lighter, all quads where possible, with edge loops that follow the features. The sculpt's detail is then baked into normal and displacement maps so the light mesh still looks like the heavy one.
Automatic versus hand retopology
Automatic retopology — ZRemesher in ZBrush, adaptive ZRemesh in Mold, Quadriflow in Blender — analyses the surface and generates even, flowing topology on its own, denser where the form is complicated. It takes seconds and the result is genuinely good for a wide range of uses: stills, 3D printing, background assets, props, anything that will not deform much.
Hand retopology means drawing the new geometry yourself over the sculpt, deciding exactly where each loop goes. It is slow and it is still the right answer for a hero animated character, because only a human knows that this loop needs to follow the orbicularis around the eye so the blink deforms correctly. No automatic tool infers intent about deformation.
The pragmatic middle ground most people land on: auto-retopologise, look at the result, and only reach for hand work if the model is going to be rigged and the automatic loops are in the wrong places.
When you can skip it entirely
This is the part that saves the most time, because retopology has a reputation as a mandatory ritual and it is not one. The rule is simple: you need it when the model has to deform, and usually not otherwise.
A 3D print does not deform — it is frozen plastic. A still render does not deform. A statue, an ornament, a bust, a terrain chunk or a rock does not deform. For all of these, a voxel remesh to make the surface clean and watertight, followed by a decimate to bring the triangle count down, is enough. Spending a day drawing loops for a model that will never move is work with no payoff.
Frequently asked questions
What is the difference between retopology and remeshing?
Remeshing rebuilds a surface as uniform geometry — usually to clean up a tangled sculpt or make it watertight — without regard for how the polygons flow. Retopology builds geometry that deliberately follows the form, with loops around the features that will deform. Adaptive remeshers blur the line by producing flowing topology automatically, which is why the terms get used interchangeably.
Do I need retopology for 3D printing?
No. A print does not deform, so edge flow is irrelevant. What a printer needs is a watertight mesh, which a voxel remesh produces, plus a decimate if the triangle count is too high for your slicer to handle comfortably.
Can retopology be done automatically?
For most purposes, yes. Adaptive remeshers produce even, flowing topology in seconds and are good enough for stills, prints, props and background assets. Hero characters that will be rigged and animated still benefit from hand-drawn loops, because deformation intent is something only a person knows.
How many polygons should the retopologised model have?
As few as hold the silhouette, since the sculpt's detail moves into normal and displacement maps. Game characters commonly land in the tens of thousands of triangles; film assets go higher. The number matters far less than whether the loops are in the right places.
Sculpt and auto-retopologise in the same browser tab — free to use.