Blender Quiz: Use Proportional Editing For Organic Adjustments Intro
10 questions · exam conditions
0:00
Use Proportional Editing For Organic Adjustments IntroQuestion 1 of 10

A character's upper lip and lower lip are separate mesh islands within the same object. In Edit Mode, an artist selects vertices on the upper lip and moves them upward. Standard proportional editing also pulls nearby vertices on the lower lip because the two surfaces are spatially close.

Which change best limits the organic adjustment to the upper-lip island while retaining a gradual falloff?

Enable Connected Only and set a radius that covers the desired upper-lip vertices.
Enable Projected falloff and set a radius that excludes the lower lip in screen space.
Use Constant falloff and reduce the radius until the lower lip stops moving.
Switch to Object Mode and apply proportional editing to the entire lip object.
← Back to quizzes

Blender Quiz

Blender Quiz: Use Proportional Editing For Organic Adjustments Intro

Practice Use Proportional Editing For Organic Adjustments Intro 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 Proportional Editing For Organic Adjustments Intro, 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

A character's upper lip and lower lip are separate mesh islands within the same object. In Edit Mode, an artist selects vertices on the upper lip and moves them upward. Standard proportional editing also pulls nearby vertices on the lower lip because the two surfaces are spatially close.

Which change best limits the organic adjustment to the upper-lip island while retaining a gradual falloff?

  1. Enable Connected Only and set a radius that covers the desired upper-lip vertices. (correct answer)
  2. Enable Projected falloff and set a radius that excludes the lower lip in screen space.
  3. Use Constant falloff and reduce the radius until the lower lip stops moving.
  4. Switch to Object Mode and apply proportional editing to the entire lip object.
Explanation: When working with proportional editing in Blender, the key question to ask is: how does Blender define "nearby"? By default, proximity is calculated through 3D space, meaning vertices on separate mesh islands can influence each other simply because they occupy adjacent coordinates — exactly the problem described here. Connected Only changes that definition entirely. When enabled, Blender restricts the proportional falloff to vertices that are topologically connected to the selected vertices — meaning reachable by walking along mesh edges. Since the upper and lower lips are separate islands, the lower lip shares no edge path with the upper lip, so it becomes completely immune to the falloff regardless of spatial distance. Setting a radius large enough to cover the desired upper-lip vertices then gives you the smooth, gradual organic deformation you want — just contained to that island. That's why A is correct. B is tempting but unreliable. Projected (2D) falloff limits influence based on screen-space distance, but if the lips overlap visually from the camera angle, lower-lip vertices could still be pulled. It also breaks down when you rotate the view. C uses Constant falloff, which applies uniform influence within the radius rather than a gradual one — this eliminates the smooth organic quality the question explicitly asks to retain. Shrinking the radius is also a blunt workaround, not a principled solution. D is simply wrong. Object Mode proportional editing affects entire objects as single units, not individual vertices or islands within a mesh. Study tip: Whenever a question mentions multiple mesh islands inside one object interfering with each other during proportional editing, Connected Only is almost always the intended tool — it isolates influence by topology, not geometry.

Question 2

While shaping a thick creature fin from an orthographic side view, an artist wants vertices that share similar screen positions to move together, including vertices on the far side of the fin. Using ordinary proportional editing produces less influence on the far-side vertices because their depth contributes to the distance calculation.

Which proportional-editing option most directly produces the intended through-depth deformation?

  1. Use Connected Only so influence is measured strictly by the fin's edge connectivity.
  2. Use Projected so influence is based primarily on distance in the current view plane. (correct answer)
  3. Use Constant so every vertex in the three-dimensional radius receives equal displacement.
  4. Use Random so front-side and far-side vertices receive independently varied displacement.
Explanation: Whenever you see a question about proportional editing in Blender, focus on how distance is measured — that's the core variable that changes between modes. By default, proportional editing calculates influence using true 3D distance, meaning a vertex sitting far behind the mesh in depth will be treated as "farther away" and receive less displacement, even if it appears right next to the target vertex on screen. Projected (2D) mode solves this by flattening the distance calculation onto the current view plane. It ignores depth entirely, so any vertex that shares a similar screen-space position — whether it's on the near side or the far side of the fin — receives the same influence. This is exactly what the artist needs when sculpting from an orthographic side view: front and back vertices at the same screen location move together as if they were one. Choice A, Connected Only, limits influence by topology rather than position — it travels along connected edges and won't inherently solve the depth-falloff problem for symmetrically placed far-side vertices. Choice C, Constant, does give every vertex within the 3D radius equal displacement regardless of distance, but it operates on a spherical 3D volume, not a projected plane, so depth still determines which vertices are included in that radius. Choice D, Random, introduces unpredictable per-vertex variation, which would actively work against the goal of coordinated front-to-back movement. As a study tip, remember the three "special" proportional modes by their measuring axis: Connected = topology, Projected = screen plane, Constant = uniform weight inside 3D sphere. Matching the mode to the viewing context is the key skill Blender exams test here.

Question 3

An artist begins moving the tip of a modeled nose with proportional editing enabled. The displacement direction is correct, but too much of the face is being affected. The artist wants to refine the deformation without canceling and restarting the move.

What should the artist do during the active transform?

  1. Adjust the influence radius with the mouse wheel, then confirm when the affected region is appropriate. (correct answer)
  2. Change the transform orientation, then confirm when the influence circle aligns with the nose.
  3. Reduce the object's viewport display size, then confirm when fewer facial vertices are visible.
  4. Toggle vertex selection off, then confirm when only the active nose vertex remains selected.
Explanation: Whenever you see a question about proportional editing in Blender, focus on what controls the size of influence — that circular falloff region that determines how many surrounding vertices get dragged along with your selection. Proportional editing works by applying a smooth falloff to nearby vertices within a defined radius. The critical detail here is that you can adjust this radius live, mid-transform by scrolling the mouse wheel. Scrolling up increases the radius, scrolling down shrinks it. This means if too much of the face is being pulled along with the nose tip, you simply scroll down during the active move to tighten the influence circle until only the nose region is affected — no need to cancel, undo, or restart. Answer A correctly describes this workflow: resize the influence radius with the mouse wheel while the transform is still active, then confirm with left-click or Enter when the affected area looks right. Answer B is wrong because transform orientation (Global, Local, Normal, etc.) controls the axis direction of movement, not the spatial radius of proportional falloff. Changing it wouldn't shrink which vertices are affected. Answer C is a trap — reducing viewport display size changes what you see on screen, but has absolutely no effect on the underlying proportional editing radius or which vertices are being transformed. Answer D misunderstands how proportional editing works; toggling vertex selection doesn't limit the falloff influence, since proportional editing affects unselected nearby vertices by design. Remember this as a quick rule: mouse wheel = proportional editing radius. This is one of Blender's most tested workflow shortcuts, so internalize it as a reflex.

Question 4

An artist is reshaping the crown of a head in Edit Mode. The proportional radius must extend far enough to form a broad dome, but that radius also reaches vertices around the carefully finished ears. Reducing the radius would make the dome too narrow.

Which workflow best protects the ears while preserving the broad proportional adjustment?

  1. Hide the ear vertices, perform the proportional transform, and then reveal the hidden geometry. (correct answer)
  2. Deselect the ear vertices, perform the proportional transform, and then restore their selection.
  3. Switch to Constant falloff, perform the proportional transform, and then smooth the ear vertices.
  4. Enable Projected editing, perform the proportional transform, and then recalculate the ear normals.
Explanation: Whenever you see a question about protecting specific geometry during a proportional editing operation in Blender, ask yourself: how do I completely remove certain vertices from the influence system entirely? Proportional editing works by radiating influence outward from selected vertices — but crucially, it can only influence geometry that Blender can "see" in the viewport. Hiding vertices with H removes them from Edit Mode's active geometry entirely. When they're hidden, the proportional falloff cannot reach or deform them — no matter how large the radius. This is why A is the correct workflow: hide the ears, safely perform the broad dome adjustment, then reveal everything with Alt+H. The ears are completely untouched because they simply don't exist to the transform operation while hidden. B is a common trap. Deselecting the ear vertices does not protect them from proportional editing — deselected vertices are still visible and still fall within the radius, so they'll be pulled along with the falloff. Only selected vertices initiate the transform, but surrounding unselected vertices are absolutely affected by proportional editing. C is flawed because Constant falloff applies uniform influence to everything within the radius with no gradual drop-off, which would actually worsen the ear distortion, not prevent it. D misunderstands Projected (2D) editing entirely. That mode projects the proportional radius onto a flat plane to avoid affecting depth, but it doesn't shield specific geometry groups like the ears from influence. The key study takeaway: in Blender, hidden geometry is immune to transforms — including proportional editing. When you need surgical protection, Hide is your strongest shield.

Question 5

In Object Mode, an artist enables proportional editing and moves a selected boulder. A nearby pebble mesh barely moves even though its visible geometry is close to the boulder. The pebble's object origin, however, was accidentally left far away after the mesh was repositioned in Edit Mode.

What is the most relevant reason for the pebble's unexpectedly weak response?

  1. Object Mode proportional influence is evaluated from object origins, so the displaced origin makes the pebble appear distant. (correct answer)
  2. Object Mode proportional influence uses polygon density, so the low-poly pebble receives a smaller transform.
  3. Object Mode proportional influence requires shared topology, so separate objects cannot strongly affect one another.
  4. Object Mode proportional influence uses bounding-box volume, so the small pebble receives a reduced transform.
Explanation: Whenever proportional editing comes up in Blender, the first question to ask yourself is: what position is Blender actually measuring from? In Object Mode, proportional editing calculates influence based on the distance between object origins, not the visual position of the mesh geometry itself. This distinction is the heart of this question. Here, the pebble's mesh was moved inside Edit Mode, which shifts the geometry without updating the object origin. The origin stayed behind at its old location, far from the boulder. When Blender evaluates proportional influence, it measures from that distant origin — making the pebble appear far away to the algorithm — and so it receives only a weak transform, even though its visible geometry sits right next to the boulder. Answer A correctly captures this: the displaced origin is what makes the pebble behave as though it's far from the influence zone. Answer B is incorrect because proportional editing in Object Mode has nothing to do with polygon density or mesh resolution — it purely uses positional distance. Answer C is a misconception worth flagging: proportional editing in Object Mode does work across separate objects; shared topology is irrelevant here. Answer D is similarly fabricated — bounding-box volume plays no role in proportional falloff calculations whatsoever. A practical tip to carry forward: any time you reposition mesh geometry in Edit Mode, use Object > Set Origin to snap the origin back to the geometry. Mismatched origins cause subtle, hard-to-diagnose problems exactly like this one, and recognizing that symptom is a reliable signal on exam questions about unexpected transform behavior.

Question 6

A row of vertices runs from a selected vertex at the left end to another selected vertex at the right end. Proportional editing is enabled, and both selected vertices are moved upward by the same amount. The influence radius from each endpoint reaches partway toward the center.

How is the proportional influence on an unselected vertex between the two selections determined?

  1. It is averaged equally from both selected elements, so the midpoint vertex always receives exactly half the displacement of the selected endpoints.
  2. It is the sum of the falloff weights from both selected elements, which can cause the vertex to receive stronger displacement than the selected endpoints.
  3. It is based only on the active selected element, while the secondary selected element contributes no falloff to any unselected vertex.
  4. It is based on the vertex's distance to the nearest selected element, rather than accumulating falloff contributions from every selected element in range. (correct answer)
Explanation: When working with proportional editing in Blender, it helps to think of each selected vertex as broadcasting influence outward like a spotlight — but those spotlights don't stack or merge. Each unselected vertex simply asks: "Which selected vertex is closest to me, and how strongly does that one pull me?" That's exactly why D is correct. Blender evaluates proportional falloff per unselected vertex by measuring the distance to the nearest selected element. If a vertex sits closer to the left endpoint than the right, the left endpoint's falloff weight governs its displacement entirely. The right endpoint's contribution isn't added in — it's simply not the closest, so it's ignored for that vertex. Here's where the distractors go wrong. A assumes a blended average, implying the midpoint always gets exactly half displacement. This would only hold true if Blender explicitly averaged contributions, which it doesn't. B describes an additive model where falloff values accumulate, potentially exceeding the displacement of selected vertices — this sounds physically intuitive but doesn't reflect how Blender's proportional editing is actually implemented. C introduces the concept of an "active" element dominating falloff, which confuses proportional editing with transform behavior tied to the active element in other contexts; in proportional editing, proximity determines influence, not active status. A useful mental model: proportional editing uses a nearest-neighbor rule for falloff assignment. When you see a question involving multiple selected vertices and proportional editing, always ask yourself which selected element is geometrically closest to the unselected vertex in question — that's the one doing the work.

Question 7

A modeler tries to bend a low-poly tail by moving its tip with Smooth proportional editing. The radius spans most of the tail, but the result still consists of a few noticeable angular segments rather than a continuous-looking curve.

Which action most directly improves the smoothness of the resulting organic deformation?

  1. Enable Projected editing so the tail's depth no longer contributes to the influence distance.
  2. Increase the proportional radius beyond the tail so the existing vertices receive stronger influence.
  3. Change to Constant falloff so every existing tail segment moves by the same amount.
  4. Add subdivisions along the tail before repeating the proportional transform with an appropriate radius. (correct answer)
Explanation: When you see a question about proportional editing producing angular, segmented results, the core issue is almost always mesh resolution, not the falloff settings. Proportional editing can only move vertices that already exist — it cannot create new ones. So no matter how smooth your falloff curve is, a tail with only four or five vertices will still deform into four or five straight segments. This is exactly why D is correct. Adding subdivisions gives the mesh more vertices along the tail before you apply the proportional transform. With more points available to receive the smoothly weighted influence, the resulting shape actually approximates a continuous curve instead of a polygon chain. More geometry = more samples of the smooth falloff = visually smoother result. A is a trap because Projected editing changes how influence distance is measured (flattening the calculation onto a 2D plane), not how smoothly the existing vertices move. It solves a depth-bleeding problem, not a resolution problem. B sounds intuitive — bigger radius means more influence — but expanding the radius beyond the tail doesn't add any new vertices inside it; the existing angular segments just move together more, preserving the same jagged shape. C is actually counterproductive: Constant falloff makes every vertex move the same amount regardless of distance, which destroys the gradual tapering you need for organic bending and produces an even more rigid-looking result. The key takeaway: falloff controls how influence is distributed; mesh density controls how finely that influence is sampled. Whenever a deformation looks blocky, suspect geometry before settings.

Question 8

A modeler is creating a gentle bulge in a character's cheek. The selected center vertices should move fully, nearby vertices should transition progressively, and vertices near the edge of the influence radius should blend back into the unchanged face without a visible boundary.

Which falloff choice is generally the best starting point for this adjustment?

  1. Constant, because it preserves equal displacement throughout the entire influence radius.
  2. Random, because it breaks up uniform movement across the cheek's surface.
  3. Smooth, because it eases influence between the selected center and the radius boundary. (correct answer)
  4. Sharp, because it concentrates deformation near the center with a steep profile.
Explanation: Whenever you see a question about proportional editing or falloff curves in Blender, ask yourself: what kind of transition do I need between the affected center and the unaffected edge? The goal here is a natural, invisible blend — like a real cheek bulge — which means the falloff curve itself is doing the artistic heavy lifting. The Smooth falloff (C) uses an S-shaped curve that starts slow, accelerates through the middle, then eases out again near the radius boundary. This means the center vertices move fully, surrounding vertices transition gradually, and the outermost influenced vertices taper back to zero displacement without a hard edge. That progressive, gradient-style transition is exactly what organic surface modeling requires. A (Constant) is wrong because it applies the same displacement to every vertex inside the radius — there is no transition at all. You'd get a flat plateau of movement that ends abruptly at the boundary, creating a visible, unnatural ridge on the cheek. B (Random) scatters displacement unpredictably across the surface. While useful for adding noise or texture variation, it actively destroys the smooth, controlled bulge you're trying to sculpt. D (Sharp) concentrates most of the deformation very close to the center and drops off steeply. This creates a pinched, pointed effect rather than a gentle swell — the opposite of a subtle cheek bulge. As a study tip: when a question describes gradual, organic, or invisible boundary transitions in Blender, Smooth falloff is almost always the correct starting point. Reserve Sharp for stylized, hard-edged deformations, and Constant for uniform displacements like flat stamping.

Question 9

With proportional editing enabled, a modeler moves one selected terrain vertex while vertex snapping is active. The selected vertex snaps to a target vertex on another object, and nearby unselected terrain vertices deform with the proportional falloff.

Which description best explains the expected result?

  1. Every influenced terrain vertex independently snaps to its nearest available target vertex.
  2. Only the selected vertex obeys the snap target; influenced vertices follow the proportional displacement. (correct answer)
  3. Snapping disables proportional editing until the selected vertex's transform has been confirmed.
  4. The influence radius snaps to the target, while the selected vertex retains its unsnapped position.
Explanation: When working with snapping and proportional editing together in Blender, the key is understanding that these two tools operate on different vertices simultaneously — snapping governs where the selected vertex lands, while proportional editing governs how unselected nearby vertices react. Here's the core behavior: when you grab a vertex with vertex snapping active, Blender calculates the snap offset — the displacement needed to bring your selected vertex onto the target. Proportional editing then applies that same displacement vector to surrounding vertices, scaled by the falloff curve and distance. The unselected vertices don't snap independently; they simply inherit a softened version of the selected vertex's movement. This is exactly what B describes, making it the correct answer. A is wrong because it describes a behavior Blender doesn't have — unselected vertices under proportional influence are never independently searching for snap targets. They ride along with the displacement, not the snapping logic. C is wrong because snapping and proportional editing don't conflict or temporarily disable each other; they cooperate throughout the entire transform operation. D reverses the actual relationship — it's the selected vertex that snaps, not the influence radius, and the selected vertex absolutely moves to the snapped position, not away from it. A useful pattern to remember: in Blender, snapping determines the destination of your active element, and proportional editing determines how neighbors react to that movement. They work in sequence, not in opposition. If an exam question describes both tools being active, ask yourself: "Which tool applies to which vertices?" That distinction will consistently point you to the right answer.

Question 10

A long ribbon-like mesh is folded so that its two ends are almost touching in three-dimensional space, although many edges separate them along the ribbon. An artist selects one end and performs a proportional move. The opposite end must remain nearly unchanged despite being spatially close.

Which setup best supports that result?

  1. Use standard proportional editing with a large radius measured through three-dimensional space.
  2. Use Projected proportional editing while viewing both folded ends in the same screen region.
  3. Use Connected Only with a radius that does not travel far enough along the ribbon's topology. (correct answer)
  4. Use Constant falloff with a radius large enough to include the selected ribbon end.
Explanation: Whenever you see a question about proportional editing on a folded or curved mesh, the key distinction to understand is whether Blender measures influence through 3D space or through mesh topology (the connected edges between vertices). By default, proportional editing calculates falloff based on straight-line 3D distance. This is a problem for folded geometry: two vertices can be physically close in space while being topologically far apart — separated by hundreds of edges along the ribbon's length. The Connected Only option changes everything. When enabled, Blender measures distance by traveling along connected edges, not through open space. If you set a radius small enough that it cannot travel all the way along the ribbon's topology to reach the opposite end, that far end receives zero influence — exactly what the scenario requires. That makes C the correct answer. A is wrong because standard proportional editing uses raw 3D distance. The folded ribbon's opposite end is spatially close, so a large radius would absolutely catch it, producing unwanted deformation — the exact problem you're trying to avoid. B is wrong because Projected mode flattens the distance calculation onto the screen plane. If both ends appear in the same screen region, they'd be treated as close together in that 2D projection, making things worse, not better. D is wrong for a similar reason to A. Constant falloff still uses 3D spatial distance; it just applies uniform strength across the entire radius rather than a smooth curve. A large radius would still engulf the nearby opposite end. Study tip: On Blender questions involving folded, coiled, or layered meshes, "Connected Only" is almost always the feature that protects topologically distant geometry from being unintentionally affected.