04 / 09
Module 04 · Retopology 🐾 Bluecat-coached

Retopology & Optimization

Turn that heavy, messy high-poly into a clean, lightweight, deformable low-poly. This is the most experience-hungry stretch of the whole pipeline—one edge loop in the wrong place and everything downstream stretches and pinches. The 2026 play: let AI go first, finish by hand.

Time2–5 hours
Difficulty🐾 Bluecat-coached
ToolsBlender · Tripo/Meshy · QuadRemesher
DeliverableClean low-poly aligned to the high-poly
/ 01 · What this step does

The high-poly is for show; only the low-poly ships in-game

Picking up from Module 03: that sculpted high-poly with hundreds of thousands of faces and chaotic topology can't be used as-is—it has to be "translated" into a clean low-poly.

The high-poly's problems: face count blowup (the engine chokes) and chaotic topology (can't deform, can't UV). Retopology means "laying a fresh, clean mesh over the high-poly surface," yielding a lightweight, mostly-quad low-poly that can bend and move.

🎯 This low-poly is the model that actually ships in-game. Unlike sculpting—this topology follows the character all the way to the engine, so you have to take it seriously. UV (05), baking (06), texturing (07), and rigging (08) are all built on top of it.

/ 02 · What makes good topology

The 5 rules of good topology

This is the soul of the section. If these 5 rules don't click, you won't be able to judge whether the AI's output is any good.

Mostly quads

Animation demands quads. Quads deform far better than triangles; avoid triangles and n-gons (5+ sides) where you can, and confine them to non-deforming dead corners.

Loops follow the deformation

Joints need edge loops wrapping around them: elbow, knee, shoulder, hip, wrist, neck. The face needs an eye loop and a mouth loop. Get the loops right and the bends stay natural instead of collapsing.

Density where it's needed

Denser where there's heavy deformation and lots of detail (face, hands, joints); sparser on flat regions (thighs, chest, back). Don't run one density over the whole body.

Poles in the right spots

Poles—where three or five edges converge—are unavoidable, but keep them out of deforming areas (joints, the center of the face); tuck them into hidden, flat regions.

Smooth, non-fighting edge flow

Run the lines along the muscle and structure with smooth transitions and no sudden twists. Chaotic flow causes stretching, pinching, and shading artifacts.

/ 03 · The real 2026 play

AI runs the first 70%, you close the crucial 30%

Good news: automatic retopology can now get you 70% of the way to clean quads, sparing you the tedious large-area manual edge work of the past.

Bad news: it isn't one-click-done. The auto algorithm gives you an "even distribution," but it doesn't know where your character needs to deform—the loops on the face, hands, and joints are often misplaced and need you to finish by hand.

So the real work of this section is all about "spotting where the AI went wrong and fixing it by hand." That's exactly why it's the most experience-hungry stretch.

/ 04 · Choosing a route

Four routes, pick by how important the character is

AI auto-retopology

Tripo Retopology / Meshy Remesh / 3D AI Studio Prism. Upload the high-poly, choose quads + a target face count, and a clean low-poly pops out in tens of seconds.

快 · 四边面 · 但关节/脸要手动收

QuadRemesher

Exoside's paid Blender plugin (on par with ZRemesher). You can draw guide lines to control the edge flow—the most controllable of the auto-retopology tools.

付费 · 可引导 · 身体首选

Blender QuadriFlow

The built-in Quad Flow Remesh (under Object Data Properties). Free; enable Preserve Sharp / Symmetry, though the edge-flow quality is only so-so.

免费 · 够用 · 质量中等

Manual retopology

Poly Build + Shrinkwrap, or the RetopoFlow plugin. Slow, but gives you the most control over crucial areas like the face and hands.

慢 · 主角/脸部值得
/ 05 · Step by step

From high-poly to a shippable low-poly

4.1
Set a face-count budget first

Retopologizing without a budget is retopologizing without a target. Estimate a range by the character's importance and platform (triangle count, for reference only):

⚠️The range is a reference, not the law—set it by your engine, platform, and how much screen time the character gets. The principle: as light as possible while still being "enough."
4.2
AI / auto-retopology first pass opener

Drop the high-poly into an auto tool and dial in the key settings:

  • Output = Quads—mandatory for any character you'll animate.
  • Fill in the target face count per your 4.1 budget.
  • Enable Symmetry and Preserve Sharp.
  • If the high-poly is over 100k faces, do a rough decimate first to give the algorithm a clean starting point.
  • If you change the geometry, turn on the texture-bake option, or the textures won't line up.
4.3
Inspect the edge flow the key judgment

Don't take the auto result at face value. Turn on wireframe and check it against all 5 rules of good topology:

  • Do the joints have loops? Elbow/knee/shoulder/hip—a jointless loop collapses the moment it bends.
  • Does the face have an eye loop and a mouth loop? This is where auto-retopology most often faceplants.
  • Are there triangles/poles stuck in a deforming area? Move them to a flat, hidden spot.
  • Is the density sensible? Dense where it should be (face, hands, joints), lean where it can be.
4.4
Fix the crucial areas by hand the real skill

Fix the problems you found during inspection by hand in Blender. Go-to techniques:

  • Poly Build tool: lay and connect quads by hand on the high-poly surface, redoing crucial areas like the face and hands.
  • Shrinkwrap modifier: snaps the low-poly you're drawing onto the high-poly surface in real time.
  • Loop Cut Ctrl R: add a deformation loop around a joint.
  • Dissolve/Merge X→Dissolve: delete spare edges and kill bad poles.
  • Turn on X Symmetry, fix only one half, and mirror at the end.
💡Turn on the Retopology overlay (in Viewport Overlays) plus surface snapping, and the lines you draw will hug the high-poly instead of sinking in or floating off.
4.5
Align to the high-poly paving the way for baking

The low-poly has to hug the high-poly surface so Module 06's bake can accurately "stamp" the high-poly detail onto it.

  • Use Shrinkwrap to snap the whole thing on, then manually check for spots where the low-poly pokes through the high-poly or drifts too far away.
  • Having the low-poly sit slightly outside the high-poly is better than sinking in (less likely to miss rays during baking).
4.6
Optimize and health-check

The cleanup before delivery—don't skip a single one:

  • Merge doubles: Merge by Distance to clear overlapping vertices.
  • Check non-manifold: Select → All by Trait → Non Manifold, and fix any hits.
  • Unify normals: Shift N to recalculate them facing outward.
  • Clear n-gons: Select → All by Trait → Faces by Sides > 4, then move them to dead corners or split them into quads.
  • After finishing asymmetric details, confirm symmetry didn't mirror-duplicate them.
/ 06 · Core discipline

Three iron rules

① Loops serve deformation, not looks. The first purpose of topology is to let the character bend and move; joint and face loops get top priority.

② Animation means quads—don't cut corners with triangles. Triangles distort during deformation and shade wrong; only bury them in non-moving dead corners.

③ This is the final mesh—alignment and cleanliness can't be skipped. Unlike sculpting, which can be rough, the low-poly follows all the way to the engine; UV, baking, and rigging all ride on it, and any slack here compounds step after step.

/ 07 · Common wipeouts

The most experience-hungry stretch is the easiest to crash on

Taking the AI's auto result at face value → jointless loops that collapse the moment it moves.
One density over the whole body → face and hands too coarse, thighs wasting faces for nothing.
Triangles crammed into joints/face → warped deformation and dirty shading.
Poles stuck in a deforming area → stretching and pinching that no amount of weight painting can pretty up.
Low-poly not aligned to the high-poly → Module 06's bake is all misalignment and ray misses.
Diving in with no face-count budget → either it blows up and won't fit the engine, or you over-trim and lose the silhouette.
Forgetting the health check (doubles/normals/non-manifold) → repeated errors during the UV and rigging stages.
/ 08 · Section deliverables

Check all of these off to pass

Mostly-quad low-poly that meets the face-count budgetsilhouette matches the high-poly
Deformation loops on the joints, eye and mouth loops on the faceelbow/knee/shoulder/hip/wrist + facial features
Density allocated as needed, poles kept out of deforming areasdense where it counts, lean where it can
Low-poly aligned (wrapped) to the high-polyready for the Module 06 bake
Health check passed and archivedno doubles/non-manifold/bad normals → 04_lowpoly
/ 09 · Self-check before moving on

🐾 Three questions—pass all to proceed

  1. Does every joint have a loop, and does the face have an eye loop and a mouth loop?
  2. Does the low-poly hug the high-poly, and is the face count within budget?
  3. Is the health check clean—no doubles, no non-manifold, normals facing out?

▸ All three pass → on to Module 05: UV Unwrapping (◐ AI + hand fixes).