Skip to main content

Loop Cut & Offset Edge Loop

BEGINNER
📖2 min read

Loop Cut & Offset Edge Loop

Introduction​

Loop Cut is the primary way to add resolution to a mesh. It inserts a new ring of edges that follows the existing flow of the geometry (quads). Offset Edge Loop is a variation that creates parallel loops on either side of a selection.


Resources

Access guides on subdividing geometry and adding detail.

Links

Explore Blender's Loop Cut and Offset tools.

Videos

Watch tutorials on controlling mesh density.


Loop Cut (Ctrl + R)​

  1. Activate: Press Ctrl + R.
  2. Hover: Move your mouse over an edge. A yellow preview line will appear, showing where the cut will go.
  3. Scroll: Scroll the mouse wheel (or press PageUp/PageDown, or type a number) to increase the number of cuts.
  4. Click: Left-click to confirm the number of cuts.
  5. Slide: Move the mouse to slide the new loop along the edge.
  6. Confirm: Left-click again to place the loop. (Right-click to place it exactly in the center).

Offset Edge Loop​

This tool is useful for adding "holding edges" or support loops around an existing edge.

  1. Select: Select an edge loop.
  2. Activate: Use the menu Edge > Offset Edge Loop Cut (or Ctrl + Shift + R).
  3. Adjust: Move the mouse to determine the distance of the new loops.

Summary​

  • Ctrl + R: The standard way to slice geometry.
  • Quads Only: Loop cuts stop at triangles or N-gons because the tool doesn't know which direction to continue.

Key Takeaways:

  • Right-click during the "Slide" phase to center the cut.
  • Use the scroll wheel to add multiple cuts at once.

Documentation for Methodology​

What to document when Adding Resolution

In Your Method Section​

Mention when and why resolution was added. Was it to support deformation or to add local detail?

In Your Decision Log​

Record the following when using this technique:

  • Reason for cuts (e.g., "Adding resolution for cloth simulation" or "Defining the knee joint")
  • Density (e.g., "Added 3 loop cuts to the arm")

Verification​

Check that the loop cut went all the way around the model. If it stopped halfway, you likely have a triangle or N-gon breaking the flow.

Example Methodology Statement​

"Additional loop cuts were added to the elbow region (Ctrl+R) to provide sufficient geometry for deformation during bending."