Blender Quiz: Use Merge Dissolve And Delete Operations Appropriately
10 questions · exam conditions
0:00
Use Merge Dissolve And Delete Operations AppropriatelyQuestion 1 of 10

Three vertices are selected in Edit Mode. The vertex that must remain fixed was selected last and is the active vertex. The other two selected vertices should collapse onto its exact position.

Which merge mode accomplishes this without first repositioning the 3D Cursor?

Merge at Last, collapsing other selected vertices onto the active vertex's position.
Merge at Center, placing the result at the selection's average position.
Merge at First, collapsing other selected vertices onto the initially selected vertex.
Merge by Distance, welding vertices that fall within a specified proximity threshold.
← Back to quizzes

Blender Quiz

Blender Quiz: Use Merge Dissolve And Delete Operations Appropriately

Practice Use Merge Dissolve And Delete Operations Appropriately in Blender with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Use Merge Dissolve And Delete Operations Appropriately, giving you a quick way to practice the rules, question types, and explanations that matter most for Blender.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Three vertices are selected in Edit Mode. The vertex that must remain fixed was selected last and is the active vertex. The other two selected vertices should collapse onto its exact position.

Which merge mode accomplishes this without first repositioning the 3D Cursor?

  1. Merge at Last, collapsing other selected vertices onto the active vertex's position. (correct answer)
  2. Merge at Center, placing the result at the selection's average position.
  3. Merge at First, collapsing other selected vertices onto the initially selected vertex.
  4. Merge by Distance, welding vertices that fall within a specified proximity threshold.
Explanation: When working with Blender's Merge function in Edit Mode (Alt+M or Mesh > Merge), the key concept to understand is where the merged result is placed — and that location depends entirely on which merge mode you choose. Questions like this test whether you know how Blender distinguishes between different reference points for merging. The scenario specifies that the active vertex (selected last) must be the anchor point, with all other selected vertices collapsing onto it. This is precisely what A, Merge at Last does — it uses the most recently selected vertex as the target position. Because you selected the fixed vertex last, it becomes the active vertex, and "At Last" honors that as the merge destination. B is wrong because Merge at Center calculates the average position of all selected vertices, meaning the result lands somewhere between them — not at the active vertex's exact location. This would move your fixed vertex away from where it needs to stay. C is tempting but incorrect: Merge at First targets the initially selected vertex, not the last. The scenario explicitly says the fixed vertex was selected last, so "At First" would collapse everything onto whichever vertex you selected first — the wrong anchor entirely. D is wrong because Merge by Distance doesn't give you manual control over a target position at all. It automatically welds vertices that are close enough together based on a threshold, which is a completely different workflow used for cleaning up geometry. A quick memory trick: think of "Last" as "latest" — the most recently selected, which is always the active vertex. When you need to merge to the active vertex specifically, Merge at Last is your tool.

Question 2

Two selected seam vertices are 0.00050.0005 units apart but belong to disconnected mesh islands. An unselected detail vertex is even closer to one of them. Merge by Distance is run on the selection with a threshold of 0.0010.001.

Which result should the artist expect?

  1. Nothing merges because Merge by Distance only welds vertices already connected by an edge.
  2. The two selected seam vertices merge, while the unselected detail vertex remains separate. (correct answer)
  3. All three vertices merge because each lies within the specified distance threshold.
  4. Only the closest pair merges, even though one vertex in that pair is unselected.
Explanation: Whenever you see a question about Merge by Distance in Blender, focus on two independent rules working together: the distance threshold and selection scope. Merge by Distance (formerly "Remove Doubles") only considers vertices that are currently selected. It then merges any selected vertices that fall within the specified distance of each other. In this scenario, two selected seam vertices are 0.00050.0005 units apart, which is well within the 0.0010.001 threshold — so they merge. The unselected detail vertex, despite being physically close to one of them, is invisible to the operation because it was never selected. Selection is the gate; distance is the filter. A is wrong because Merge by Distance absolutely works across disconnected mesh islands — it doesn't require a shared edge. The vertices only need to be selected and within range of each other. This is actually one of the tool's most common use cases: welding seam vertices from separate islands. C is wrong because the unselected detail vertex is excluded regardless of proximity. Distance alone doesn't trigger a merge; the vertex must also be selected. Proximity without selection does nothing. D is wrong because Merge by Distance will never merge an unselected vertex, even if it's the closest vertex in the scene. Selection is mandatory, not optional, for participation in the operation. B is correct — the two selected vertices merge because they're both selected and within threshold, while the unselected vertex is untouched. Study tip: In Blender tool questions, always ask yourself two things: What is selected? and What are the parameters? Many operations, like this one, are strictly selection-scoped.

Question 3

A flat polygonal patch is triangulated as a fan around one interior vertex. The artist wants to remove that central vertex and its radial edges while retaining a continuous planar surface bounded by the same outer loop.

Which operation is most appropriate?

  1. Delete the center vertex, which also removes its incident edges and faces, leaving a hole.
  2. Merge the outer-loop vertices at center, collapsing the patch to a single point.
  3. Delete the radial edges, which removes the dependent faces and opens the surface.
  4. Dissolve the center vertex, replacing the fan with an n-gon bounded by the outer loop. (correct answer)
Explanation: When working with mesh topology in Blender, it's essential to distinguish between deleting geometry and dissolving it. Deleting removes elements and leaves gaps; dissolving removes elements while intelligently merging the surrounding geometry to maintain a closed surface. In this scenario, you have a fan triangulation — multiple triangles sharing a single central vertex, all coplanar. The goal is to simplify this into one clean n-gon without breaking the surface. Dissolving the center vertex (D) does exactly this: Blender removes the vertex and all its radial edges, then automatically fills the resulting boundary loop with a single polygon. The outer loop stays intact, the surface stays closed, and no geometry is lost. Choice A is the classic trap — using Delete on the vertex removes it along with every connected edge and face, punching a hole in your mesh. That's destructive, not simplifying. Choice B describes a merge operation (like Alt+M), which would collapse all outer vertices inward to a single point, destroying the shape of the patch entirely — the opposite of what you want. Choice C targets the radial edges directly, but deleting edges that support faces causes those faces to be removed too, again opening a hole rather than filling one. The key insight is that Dissolve (X → Dissolve Vertices, or Ctrl+X) is Blender's "smart removal" tool — it cleans up internal topology while preserving the mesh boundary. Whenever a question asks you to remove internal structure without losing surface continuity, dissolve is almost always the right answer.

Question 4

Every face of a hard-surface model is selected. Large planar areas contain many coplanar subdivisions, while neighboring sides meet at approximately 9090^\circ. The artist wants to simplify the planar areas without removing the sharp corners.

Which operation and setting best satisfy the requirement?

  1. Use Limited Dissolve with a maximum angle well below 9090^\circ. (correct answer)
  2. Use Merge by Distance with a threshold larger than the subdivision spacing.
  3. Use Dissolve Faces on the entire selection without an angular restriction.
  4. Use Delete Edges on all selected coplanar and sharp boundary edges.
Explanation: When working with hard-surface topology cleanup in Blender, the key concept is selective dissolution — removing unnecessary geometry while preserving edges that define the model's silhouette and sharp transitions. Ask yourself: what angle threshold separates "flat, removable" edges from "sharp, keep-it" edges? Limited Dissolve works by merging faces whose shared edges fall within a specified maximum angle. When you set that angle well below 9090^\circ — say, 11^\circ to 55^\circ — only edges between nearly coplanar faces get dissolved. Edges where two faces meet at roughly 9090^\circ exceed the threshold and are preserved automatically. This is exactly what the scenario demands: planar subdivisions collapse into single clean faces, while sharp corners remain intact. Answer A is the correct choice. Answer B is wrong because Merge by Distance targets vertices that are spatially close together, not coplanar faces. Setting a large threshold would collapse geometry based on proximity, potentially destroying the sharp corners it's supposed to protect. Answer C fails because Dissolve Faces without an angular restriction has no mechanism to distinguish flat regions from sharp boundaries — it would attempt to dissolve everything uniformly, destroying the 9090^\circ corners. Answer D is incorrect because Delete Edges removes edges and leaves open holes or n-gons unpredictably; it also applies no angular logic, so you have no way to protect the sharp boundary edges from deletion. A useful rule of thumb: whenever a question mentions "preserving sharp corners at a specific angle," think Limited Dissolve with a threshold set below that angle — the angle acts as your safety fence.

Question 5

A straight-sided cylindrical mesh contains an unnecessary horizontal edge loop midway along its height. The ring does not change the cylinder's silhouette, and the side surface must remain closed.

How should the ring be removed?

  1. Delete the ring's edges, preserving the side faces that span above and below it.
  2. Merge the ring's vertices at center, consolidating them to a single point.
  3. Dissolve the edge loop, removing the subdivision while keeping the surface intact. (correct answer)
  4. Delete the ring's vertices, letting the neighboring face rows reconnect automatically.
Explanation: When working with mesh topology in Blender, the key distinction to understand is the difference between deleting geometry and dissolving it. Deleting removes elements and leaves holes or gaps, while dissolving merges adjacent elements together cleanly, preserving the surface. In this scenario, you have an edge loop that contributes no shape information — it's purely extra topology on a smooth cylindrical surface. The goal is to eliminate that loop without disrupting the closed side surface. Dissolving the edge loop (C) does exactly this: Blender merges the faces above and below the ring into single, taller quads, the loop disappears, and the cylinder's surface remains fully intact. No holes, no distortion. Here's why the other options fall short. A — deleting edges in Blender removes the edges but leaves behind the associated faces in an undefined state, typically creating holes or broken geometry rather than merging the faces cleanly. B — merging the ring's vertices at center collapses them to a single point, which pinches the cylinder's profile inward, completely deforming the silhouette you were told to preserve. D — deleting vertices removes them along with their connected edges and faces, punching gaps into the side surface rather than closing it up; Blender does not automatically reconnect neighboring face rows. The study tip to remember: whenever a question asks you to remove topology without breaking surface continuity, dissolve is almost always the right tool. Reserve Delete for when you intentionally want to open up geometry, and use Dissolve when you want to simplify while keeping the mesh closed.

Question 6

A circular opening is bounded by an inner ring of selected vertices. Each inner vertex is connected by a quad to a corresponding outer ring. The artist wants to close the opening as a triangle fan whose center lies on the average position of the selected inner ring.

Which operation most directly creates the intended topology?

  1. Dissolve the inner ring, leaving the outer quads and the opening unchanged.
  2. Merge the inner ring at Center, collapsing the quads into a triangle fan. (correct answer)
  3. Delete the inner ring, allowing its incident quads to fill the opening automatically.
  4. Merge the inner ring by Distance with a threshold smaller than its radius.
Explanation: When working with mesh topology in Blender, questions about closing openings hinge on understanding what each operation actually does to geometry — specifically, whether it preserves, removes, or collapses vertices. The goal here is a triangle fan: one central vertex connected to every vertex of the inner ring, with the center placed at the average (centroid) of those selected vertices. Merge at Center (B) does exactly this — it collapses all selected vertices into a single point located at their collective average position. The surrounding quads, each sharing one inner vertex, lose that vertex to the merged center point, naturally converting each quad into a triangle. The result is precisely the triangle fan described. Here's why the other options miss the mark. A (Dissolve) removes edges and vertices while attempting to preserve the surrounding face structure — it won't create a new center vertex or a fan topology; it just tries to clean up without collapsing geometry. C (Delete) removes the selected vertices and their incident faces entirely, leaving an open hole rather than filling it — Blender does not auto-fill openings on deletion. D (Merge by Distance) only merges vertices that fall within a specified threshold distance of each other; since the inner ring vertices are spread apart (the threshold is smaller than the ring's radius), nothing gets merged and the geometry is unchanged. The key pattern to remember: "Merge at Center" = collapse many vertices into one averaged point, which is the go-to tool whenever you want to create a fan topology from a ring of selected vertices.

Question 7

A planar panel consists of adjacent coplanar quad faces. One interior edge is unnecessary, but the artist must keep the panel's surface and outer boundary intact.

Which operation best removes the interior edge without opening the panel?

  1. Delete the edge, allowing Blender to remove the faces that depend on it.
  2. Dissolve the edge, combining its adjacent faces into a single n-gon. (correct answer)
  3. Merge the edge's endpoints at the center, collapsing part of the panel.
  4. Delete only the adjacent faces, leaving their boundary edges in place.
Explanation: When working with mesh topology in Blender, the key distinction to understand is the difference between deleting geometry and dissolving it. Deleting removes elements and leaves holes or destroys dependent faces, while dissolving merges elements cleanly, preserving the surrounding surface. In this scenario, you need to eliminate an interior edge while keeping the panel's surface closed and its outer boundary unchanged. Dissolving the edge does exactly this — Blender merges the two adjacent quad faces into a single n-gon, the interior edge disappears, and no hole is created. The outer boundary remains perfectly intact. That's why B is correct. Looking at the distractors: A is the classic trap here. Deleting an edge in Blender removes not just the edge but also any faces that depend on it, leaving an open gap in your mesh — the opposite of what you want. C describes a merge (or collapse) operation on the edge's vertices, which collapses part of the geometry and changes the panel's shape and boundary — destructive and unnecessary for this task. D sounds surgical but actually makes things worse: removing the adjacent faces leaves their border edges as loose, dangling wires with no surface fill, creating an open hole instead of preserving the panel. A useful rule of thumb: whenever a question asks you to remove something while preserving the surrounding surface, think Dissolve first. On Blender exams, "Delete" almost always signals destruction of dependent geometry, while "Dissolve" signals clean topological merging without surface loss.

Question 8

A central vertex is shared by six triangular faces and connected to six surrounding vertices. The surrounding vertices are also part of a larger mesh. The artist selects only the central vertex and executes Delete Vertices.

What is the resulting local topology?

  1. The center disappears, and Blender bridges each pair of neighboring surrounding vertices with new replacement faces.
  2. The center dissolves, and its six surrounding vertices form one n-gon bounding the former fan.
  3. The center merges with its nearest neighbor, converting two of the six triangles into one quad.
  4. The center, its incident edges, and its six incident faces are all removed, leaving an open hole. (correct answer)
Explanation: When working with Blender's mesh editing tools, you need to distinguish between Delete and Dissolve — two operations that sound similar but produce fundamentally different topological results. Delete Vertices is a destructive removal operation. When you delete a vertex, Blender removes that vertex along with every edge and face that depends on it. Since faces cannot exist without all their defining vertices, any face sharing the deleted vertex collapses entirely. In this scenario, the central vertex anchors six triangular faces and six edges. Deleting it eliminates all six faces and all six edges simultaneously, leaving an open boundary loop of six disconnected edges — a hole in the mesh. That makes D the correct answer. A describes behavior closer to a "Bridge" or "Fill" operation — Blender doesn't automatically regenerate replacement faces when you delete geometry; it simply removes what you told it to remove. B describes Dissolve Vertices, not Delete. Dissolving a vertex removes it while attempting to preserve surface continuity, merging surrounding faces into an n-gon. This is the operation students most commonly confuse with Delete. C describes a merge/collapse operation (like Merge at Center or edge collapse), which combines vertices rather than removing them. The key study tip: whenever you see a question contrasting Delete vs. Dissolve, remember — Delete destroys, Dissolve preserves. Delete removes the vertex and everything attached to it, creating a hole. Dissolve removes the vertex but heals the surface. Memorizing this distinction will help you on any topology question involving vertex removal operations.

Question 9

An isolated quad will serve as a wireframe guide. Its filled face must be removed, but all four existing edges and vertices must remain as loose geometry.

Which Delete-menu operation most directly produces the required result?

  1. Delete Vertices, which removes the selected face while preserving its perimeter.
  2. Delete Edges, which removes the face but reconstructs its four boundary vertices.
  3. Delete Faces, which removes the face and cleans up its now-unused perimeter.
  4. Only Faces, which removes the face while retaining its loose perimeter geometry. (correct answer)
Explanation: When working with Blender's Delete menu in Edit Mode, it's crucial to understand that different deletion options have very different effects on surrounding geometry — not just the selected element itself. The question asks for an operation that removes a face's filled surface while keeping all four edges and vertices intact as loose geometry. That's precisely what Only Faces (D) does. It strips away the face data — the filled polygon — without touching the edges or vertices that defined its boundary. Those four edges and four vertices remain, forming an empty wireframe loop, exactly what the passage requires. Option A is wrong because Delete Vertices does the opposite of preserving perimeter geometry — it dissolves the vertices themselves, which automatically cascades and removes any connected edges and faces. You'd lose the entire quad, not just its face. Option B is wrong on two counts: Delete Edges removes the selected edges (and their dependent faces), and the claim that it "reconstructs its four boundary vertices" is fabricated — Blender does not regenerate geometry after deletion. Option C is the sneakiest distractor. Delete Faces sounds like it should work, but it also removes edges that are no longer shared with any other face, effectively cleaning up the perimeter and leaving you with nothing. "Only Faces" is the specific sub-option that skips that cleanup step. A useful habit: whenever the Delete menu is involved, ask yourself what level of geometry needs to survive. If you need to keep edges and vertices after removing a face, Only Faces is your tool — "Delete Faces" is not the same thing.

Question 10

Three selected vertices lie at world coordinates 00, 22, and 88 along the X-axis, with Y and Z equal to 00. The artist applies Merge at Center.

At which X-coordinate will the resulting merged vertex be placed?

  1. At 22, because the middle selected coordinate becomes the merge location.
  2. At 44, because Blender uses the selected range's bounding-box midpoint.
  3. At 103\frac{10}{3}, because Blender averages the selected vertex coordinates. (correct answer)
  4. At 88, because the highest-coordinate vertex becomes the merge destination.
Explanation: Whenever you see a question about Blender's Merge at Center operation, ask yourself: what does "center" actually mean here? In Blender, the center of a selection is calculated as the arithmetic mean of all selected vertices' coordinates — not the midpoint of the range, and not the position of any single vertex. For the three vertices at X=0X = 0, X=2X = 2, and X=8X = 8, the average is: 0+2+83=1033.33\frac{0 + 2 + 8}{3} = \frac{10}{3} \approx 3.33 That confirms C as the correct answer — the merged vertex lands at X=103X = \frac{10}{3}. A is wrong because "middle selected coordinate" describes the median, not the mean. The median vertex at X=2X = 2 has no special role in Merge at Center's calculation. B describes the bounding-box midpoint, which would be 0+82=4\frac{0 + 8}{2} = 4. Blender does use bounding-box centers for some operations (like certain pivot point modes), but Merge at Center specifically uses the vertex-position average, not the range midpoint. With an uneven distribution of vertices, these two values diverge — exactly as they do here. D is a distractor pointing to Merge at Last or Merge at First behavior, where the active (last-selected) vertex determines the destination. "At Center" always computes a new averaged position, ignoring any single vertex's dominance. Study tip: Keep these three merge modes distinct — At Center = average of all selected positions, At Cursor = 3D cursor location, At Last/First = active vertex position. Exam questions love to swap these definitions.