BLENDER • SCULPTING

Dyntopo & Multires — Use Dyntopo or Multires workflows conceptually

Understand when dynamic topology or multiresolution sculpting best serves your creative workflow in Blender.

Historical Context & Motivation

Digital sculpting has undergone a remarkable evolution since the early days of polygon modeling, when artists had to manually place every vertex to shape a 3D form. Traditional subdivision surface workflows allowed artists to work at multiple levels of detail, but they were constrained by the topology laid down during the initial modeling phase. As sculpting became a core discipline in game art, film production, and digital illustration, the need for more flexible geometry manipulation drove the development of two distinct paradigms: Dynamic Topology (Dyntopo) and Multiresolution (Multires) sculpting. These two approaches represent fundamentally different philosophies about how mesh geometry should respond to artistic intent, and understanding their origins illuminates why each excels in particular creative scenarios.

1999
Subdivision Surface Sculpting Emerges
Tools like Mirai and early Maya implementations introduced subdivision surfaces as a way to add detail to coarse base meshes, establishing the conceptual foundation for multiresolution editing.
2005
Multires Modifier Introduced in Blender
Blender's multiresolution modifier allowed artists to sculpt at multiple subdivision levels on a single mesh, mirroring workflows popularized by ZBrush's subdivision level system.
2011
Sculptris Pioneers Dynamic Tessellation
Tomas Pettersson's Sculptris demonstrated that real-time tessellation during brushstrokes could free artists from predefined mesh topology, inspiring dynamic topology systems across the industry.
2013
Dyntopo Lands in Blender 2.66
Nicholas Bishop integrated dynamic topology sculpting into Blender's sculpt mode, giving artists the ability to add and remove triangles in real time based on brush interaction.
2020–Present
Modern Sculpting Ecosystem Matures
Blender 2.83+ brought significant performance improvements to both Dyntopo and Multires, along with new brushes and the Voxel Remesher, creating a rich sculpting ecosystem where artists choose workflows based on project requirements.

The central question these two systems address is deceptively simple: how should a mesh's geometry adapt when an artist needs more detail in one area and less in another? Dyntopo answers by dynamically restructuring the mesh's triangle count wherever the brush touches, while Multires answers by uniformly subdividing the entire mesh and storing displacement data at each level. Each approach carries profound implications for retopology, UV mapping, animation-readiness, and creative freedom—topics we will explore throughout this lesson.

Core Principles & Definitions

Before diving into the practical mechanics, it is essential to ground ourselves in the foundational concepts that differentiate these two sculpting paradigms. Both Dyntopo and Multires manipulate mesh density to give the artist sufficient geometric resolution for fine detail, but they achieve this through opposing strategies. Dyntopo operates on a philosophy of local, adaptive tessellation—geometry is added or removed only where the brush interacts with the surface. Multires, by contrast, follows a philosophy of global, hierarchical subdivision—the entire mesh is subdivided uniformly, and detail is stored as displacement offsets relative to a coarser base mesh.

1

Dynamic Topology (Dyntopo)

Adds, removes, or collapses triangles in real time as you sculpt. The mesh has no fixed subdivision levels. Topology is irregular, composed entirely of triangles, and changes with every brushstroke.
2

Multiresolution Modifier (Multires)

Subdivides the entire mesh uniformly into quadrilateral faces at increasing levels. Sculpted detail is stored as displacement data relative to each subdivision level, allowing you to move freely between coarse and fine edits.
3

Base Mesh & Topology

The base mesh is the lowest-resolution version of your model. In Multires, this base mesh defines the quad flow used for animation and UV mapping. In Dyntopo, the concept of a "base mesh" is fluid since the topology is constantly rewritten.
4

Detail Resolution

Dyntopo's detail size can be set by constant size, relative to brush radius, or relative to screen pixels. Multires resolution is defined by subdivision level—each level quadruples the face count of the previous level.
5

Retopology Requirement

Dyntopo models almost always require manual retopology before they can be UV-unwrapped or rigged. Multires models inherently retain clean quad topology from the base mesh, making them more directly usable in production pipelines.
KEY TAKEAWAY
Think of Dyntopo as sculpting with limitless clay—you can pinch, stretch, and add material anywhere without constraint, but the underlying structure is chaotic. Multires is more like carving a block of marble that has been pre-scored into an orderly grid: you work within a structured framework, but that structure gives you the ability to zoom in and out between coarse forms and surface micro-detail without losing organizational integrity.

Visual Explanation — How Geometry Adapts

Left: Dyntopo adds triangles only where the brush touches, leaving the rest of the mesh sparse. Right: Multires subdivides the entire mesh uniformly—every quad is split into four at each level. The pink vertices on the Dyntopo side represent newly created geometry from a single brushstroke, while the highlighted region on the Multires side shows that even though only one area needs detail, the entire mesh has been subdivided.

The diagram above crystallizes the fundamental geometric difference between these two systems. In the Dyntopo panel, notice how the lower portion of the mesh retains its original sparse triangle layout—only the region where the artist applied the brush has gained additional triangles. This is the hallmark of adaptive tessellation: geometry is allocated precisely where detail is needed, keeping the overall vertex count as low as possible. In the Multires panel, however, every single quad in the base mesh has been subdivided equally, producing a dense, uniform grid. While this means unused areas carry unnecessary geometry, it also means the mesh maintains clean quad topology and predictable edge flow throughout—qualities that are essential for UV unwrapping and skeletal deformation.

How Each System Works Under the Hood

Dyntopo: Adaptive Tessellation Mechanics

When Dyntopo is active, Blender evaluates the triangles beneath the brush footprint against a detail size threshold. If a triangle's edge length exceeds this threshold, it is subdivided (split into smaller triangles). If a triangle's edge length is much smaller than the threshold, it may be collapsed (merged with neighbors) to reduce unnecessary density. This creates a feedback loop: every brushstroke triggers a local remeshing operation that ensures the geometry's resolution matches the level of detail the artist is trying to achieve. The three detail modes—Relative Detail, Constant Detail, and Brush Detail—determine how this threshold is calculated. Relative Detail scales with the viewport zoom level, making it intuitive for organic exploration. Constant Detail uses a fixed world-space size, ideal for consistent resolution across a model. Brush Detail ties the tessellation density to the brush radius, offering the most direct artistic control.

MULTIRES FACE COUNT
F(n) = F₀ × 4ⁿ
Where F(n) is the face count at subdivision level n, and F₀ is the base mesh face count. Each level quadruples the number of faces. A base mesh of 500 quads at level 6 produces 500 × 4⁶ = 2,048,000 faces.

Multires: Hierarchical Displacement Storage

The Multiresolution modifier stores sculpted displacements as offsets relative to the subdivided surface at each level. When you switch from level 4 to level 2, Blender reconstructs the smoothed surface at level 2 and applies only the displacements that were made at that level and below. This hierarchical storage is the key to Multires's power: you can switch to a low subdivision level to adjust the broad proportions of a character's face, then return to a high level to refine pore-level skin texture, and neither set of edits interferes with the other. The trade-off is that the base mesh topology is locked once the modifier is applied—you cannot add or remove edge loops from the base mesh without losing your higher-level sculpted detail.

Important Constraint
Multires requires a clean quad mesh as its base. Triangles and n-gons in the base mesh will cause artifacts during subdivision and produce unpredictable displacement behavior. Always ensure your base mesh is manifold and all-quads before adding the Multiresolution modifier.

Choosing the Right Workflow — A Decision Framework

Knowing how each system works mechanically is only half the battle; the real skill lies in recognizing which workflow matches a given creative situation. The decision depends on several factors: the project stage, the asset's ultimate use (illustration, animation, 3D printing), whether you already have a retopologized base mesh, and how much creative freedom versus structural predictability you need. The following diagram maps common sculpting scenarios to the recommended workflow.

This decision flowchart illustrates the two primary entry points into a sculpting workflow. Starting without a base mesh leads naturally to Dyntopo for concept sculpting, followed by retopology and an optional transition to Multires for production detail. Starting with a clean quad mesh allows you to jump directly into the Multires pipeline. The green dashed line represents the hybrid workflow—often the most powerful approach for professional production.
Common sculpting scenarios and their recommended workflows
ScenarioRecommended WorkflowRationale
Concept art / creature design explorationDyntopoMaximum creative freedom; topology is irrelevant at the ideation stage.
Adding wrinkles to a rigged characterMultiresThe base mesh is already rigged with clean quads; Multires preserves this topology.
3D printing a figurineDyntopoTopology quality is irrelevant for printing; adaptive detail keeps file sizes manageable.
Game asset with normal map bakingMultires (or Dyntopo → retopo → Multires)Clean quads enable UV unwrapping and displacement-to-normal-map baking workflows.
Organic hard-surface kitbashDyntopo with Voxel RemeshBoolean operations destroy topology; Dyntopo/remesh handles irregular geometry gracefully.

Worked Example — Sculpting a Character Head

Let us walk through a realistic production scenario: sculpting a character head from scratch, transitioning from Dyntopo exploration to Multires refinement. This hybrid workflow is the most commonly used pipeline in professional character art and demonstrates how the two systems complement each other rather than compete.

Hybrid Workflow: Character Head Sculpt
1
Step 1 — Dyntopo BlockoutOpen Blender and add a default sphere. Enter Sculpt Mode, then enable Dyntopo from the header bar (or press Ctrl+D). Set the detail mode to Relative Detail and the detail size to approximately 12px. Using the Grab, Clay Strips, and Crease brushes, rough out the primary forms of the head: cranium, jaw, brow ridge, nose mass, and ear placement. Do not worry about surface quality—focus entirely on proportions and silhouette. Zoom in to areas that need more resolution; Dyntopo will automatically add triangles as you sculpt closer.
A rough head shape with proportionally correct landmarks, composed of approximately 50,000–100,000 triangles with variable density.
2
Step 2 — Refine in Dyntopo with Constant DetailSwitch the detail mode to Constant Detail and set the resolution to a value that captures secondary forms—around 4–6mm depending on the model's scale. Sculpt the eyelids, nostril forms, lip shape, and ear folds. Enable Smooth Shading (right-click → Shade Smooth) to better evaluate the surface quality. Use the Smooth brush to clean up lumpy areas, and the Flatten brush to establish planar transitions between forms.
A well-defined head sculpt with clean secondary forms, ready to serve as a reference for retopology. The triangle mesh is dense but topologically chaotic.
3
Step 3 — Retopologize to Quad MeshExit Sculpt Mode and use Blender's retopology tools (or an add-on like RetopoFlow) to create a new mesh with clean quad topology that follows the anatomical edge flow of the face—loops around the eyes, mouth, and along the jawline. Aim for approximately 2,000–5,000 quads, ensuring no triangles or n-gons exist. Shrinkwrap this new mesh to the Dyntopo sculpt so it conforms to the sculpted surface. This new quad mesh becomes your production base mesh.
A low-poly, all-quad base mesh with proper edge flow, conforming to the Dyntopo sculpt's surface.
4
Step 4 — Apply Multiresolution ModifierSelect the new quad mesh, go to the Modifier Properties panel, and add a Multiresolution modifier. Click Subdivide to add levels—typically 5 or 6 levels for a character head. This will produce a dense quad mesh (at level 6 with 3,000 base quads: 3,000 × 4⁶ = 12,288,000 faces). Enter Sculpt Mode and use the Shrinkwrap modifier or the Multires Reshape function to project detail from the original Dyntopo sculpt onto the Multires mesh.
A multiresolution mesh that captures the original sculpted forms with clean quad topology at every level.
5
Step 5 — Add Fine Detail at High Subdivision LevelsNavigate between subdivision levels to refine the sculpt. At level 2–3, adjust the overall proportions if needed without disturbing fine detail. At level 5–6, use specialized brushes like Draw Sharp, Scrape, and custom alphas to add skin pores, wrinkle patterns, and surface micro-texture. Because the Multires modifier stores displacements hierarchically, your broad-form edits at low levels and your micro-detail at high levels remain independent. Finally, UV unwrap the base mesh and bake displacement or normal maps from the highest subdivision level.
A production-ready character head with layered detail, clean topology suitable for rigging, and baked displacement maps for rendering.

Strengths & Limitations — Dyntopo vs. Multires

Feature-by-feature comparison of Dyntopo and Multires workflows
FeatureDyntopoMultires
Topology TypeTriangles (irregular)Quads (uniform, structured)
Creative FreedomVery high — no constraints on formModerate — limited by base mesh topology
Memory EfficiencyEfficient — geometry only where neededLess efficient — uniform subdivision everywhere
UV MappingDestroyed by topology changes; requires retopo firstUVs preserved from base mesh through all levels
Animation / RiggingNot animation-ready; retopo requiredDirectly compatible with armatures at base level
Level-of-Detail EditingNo level system; all detail is baked into one meshFull hierarchical editing across levels
Performance at High DensityCan slow down with very high tri countsOptimized for high subdivision; generally faster at equivalent density
Best ForConcepting, organic exploration, 3D printingProduction assets, texture baking, animation-ready models
KEY TAKEAWAY
Dyntopo and Multires are not competing systems—they are complementary tools designed for different phases of a sculpting pipeline. Consider the analogy of architectural design: Dyntopo is like sketching freehand on paper, exploring forms without worrying about structural engineering. Multires is like drafting blueprints on graph paper, where every line follows a structural grid that ensures the building can be constructed. The best workflows often start with the sketch (Dyntopo) and transition to the blueprint (Multires) once the design is finalized.

Connection to Advanced Sculpting Techniques

Understanding Dyntopo and Multires at a conceptual level prepares you for several advanced sculpting and pipeline techniques that build directly on these foundations. As your practice matures, you will encounter tools and workflows that extend, combine, or transcend these two paradigms in increasingly sophisticated ways.

How Dyntopo and Multires concepts connect to advanced techniques
Concept Covered HereAdvanced ExtensionHow It Connects
Dyntopo adaptive tessellationVoxel RemesherConverts any mesh (including Dyntopo output) into a uniform-density volumetric representation, offering a middle ground between adaptive and uniform geometry.
Multires displacement storageDisplacement Map BakingMultires displacements can be baked to 2D texture maps (displacement, normal, or vector displacement), enabling high detail on low-poly meshes in real-time engines.
Retopology between workflowsQuad Remeshing (QuadriFlow, Instant Meshes)Automated quad remeshing algorithms can replace manual retopology in some cases, dramatically accelerating the Dyntopo-to-Multires transition.
Hierarchical level editingShape Keys & Corrective SculptingShape keys allow you to store multiple sculpted variations on the same mesh, extending the idea of non-destructive, layered editing that Multires introduced.

Looking forward, the sculpting landscape in Blender continues to evolve rapidly. The introduction of the Voxel Remesher in Blender 2.83 introduced a third geometric philosophy—volumetric reconstruction—that complements both Dyntopo and Multires. Meanwhile, ongoing development in GPU-accelerated sculpting promises to push polygon counts even higher, making the efficiency considerations that once drove the Dyntopo vs. Multires decision less critical from a performance standpoint, though the topological implications remain as important as ever for production pipelines. As you advance, consider how procedural texturing, geometry nodes, and simulation-driven sculpting intersect with the foundational concepts established in this lesson.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why Dyntopo produces triangle-based geometry while Multires produces quad-based geometry. How does this fundamental difference relate to each system's approach to adding resolution?
PROBLEM 2BASIC CALCULATION
A character's base mesh consists of 4,000 quad faces. If you apply a Multiresolution modifier and subdivide to level 5, how many faces will the mesh have at that level? Show your calculation using the formula F(n) = F₀ × 4ⁿ.
PROBLEM 3INTERMEDIATE
You are sculpting a dragon character in Dyntopo mode and have achieved a satisfying design with roughly 800,000 triangles. You now need to UV-unwrap the model for texture painting. Describe the steps you would take, and explain why you cannot simply UV-unwrap the Dyntopo mesh directly.
PROBLEM 4APPLIED
You are working on a game production team. The character artist has sculpted a hero character's armor using Multires (base mesh: 6,000 quads, sculpted at level 6). The technical artist tells you the real-time in-game mesh budget is 25,000 triangles. Describe the pipeline from the sculpted Multires mesh to the final in-game asset, identifying where Multires's properties make this pipeline possible.
PROBLEM 5CRITICAL THINKING
A classmate argues that Dyntopo is always superior because it uses memory more efficiently and offers more creative freedom. Construct a counterargument that identifies at least three production scenarios where Multires is not just preferable but essential, and explain why Dyntopo would fail in each case. Then propose a thesis about when efficiency and freedom should be traded for structure and predictability in digital sculpting.

Lesson Summary

This lesson explored the two primary sculpting paradigms in Blender: Dynamic Topology (Dyntopo) and the Multiresolution (Multires) modifier. Dyntopo operates through adaptive tessellation, adding and removing triangles locally beneath the brush to allocate geometry only where detail is needed. Its three detail modes—Relative, Constant, and Brush Detail—offer flexible control over resolution. Multires follows a hierarchical subdivision strategy, uniformly dividing a clean quad base mesh and storing sculpted displacements at each level, enabling non-destructive editing across multiple levels of detail. The face count at any Multires level follows F(n) = F₀ × 4ⁿ.

The choice between these workflows depends on project context: Dyntopo excels at concept sculpting, organic exploration, and 3D printing where topology is irrelevant, while Multires is essential for animation-ready assets, UV-dependent texture pipelines, and collaborative production. The most powerful professional workflow is often a hybrid approach: Dyntopo for ideation, retopology to create a clean base mesh, and Multires for production-level detail refinement and displacement map baking. Understanding these two systems conceptually equips you to make informed pipeline decisions for any sculpting project.

Varsity Tutors • Blender • Dyntopo & Multires — Use Dyntopo or Multires workflows conceptually