Blender Mesh Editing Shortcuts
Beyond basic transforms and selection, Blender's real modeling power comes from operations that actually create and refine new geometry, and Extrude and Loop Cut represent two of the most foundational and frequently used of these mesh-building tools. Beyond Extrude and Loop Cut, everyday mesh editing also relies constantly on beveling sharp edges, merging stray or duplicate vertices, and carefully choosing exactly how to delete geometry without accidentally leaving holes in the mesh.
| Action | Windows | Mac | Description |
|---|---|---|---|
| Extrude selected geometry | E | E | Pulls new connected geometry out from the selected vertices, edges, or faces — a core building block of nearly all 3D modeling work, and one that follows the same typeable-precision pattern as Grab for exact numeric control. |
| Loop Cut | Ctrl+R | Cmd+R | Inserts a new edge loop around a mesh at the position hovered, adding additional geometry density useful for finer control over deformation or additional detail in a specific area. |
| Bevel selected geometry | Ctrl+B | Cmd+B | Rounds or chamfers a selected edge or vertex into multiple new connected faces, softening what would otherwise be a hard sharp corner, with the number of resulting segments adjustable by scrolling the mouse wheel during the interactive preview. |
| Merge selected vertices | M | M | Opens a menu of merge options for combining selected vertices into a single point, commonly used to close a gap in a mesh or clean up duplicate overlapping vertices left over from other operations. |
| Delete selected geometry | X or Delete | X or Delete | Opens a context menu of deletion options (vertices, edges, faces, or a few more specific variants like Dissolve) rather than immediately deleting, since removing geometry can leave a mesh non-manifold or full of holes depending on which specific deletion type is chosen. |
Extrude (E) pushes the current selection (whether vertices, edges, or faces, depending on your active selection mode) outward and builds fresh geometry to connect the pushed selection back to what it left behind — extruding a face outward from a flat plane, for instance, creates four new connecting side faces along with the newly extruded face, turning a flat 2D shape into a 3D volume in one action. Like Grab, Rotate, and Scale, Extrude follows the same typeable-precision pattern, letting you type an exact numeric distance immediately after pressing E rather than relying purely on freehand mouse movement.
Loop Cut (Ctrl+R / Cmd+R) inserts a new edge loop encircling the mesh at whatever position you're currently hovering over, adding additional geometric density in that specific area without affecting the mesh's overall silhouette or shape. This is essential for adding local detail or providing additional geometry needed to support cleaner deformation during animation — a character's elbow, for example, typically needs additional loop cuts nearby to bend convincingly without the mesh distorting unnaturally at that joint.
Both of these operations, like the core transform tools, support an interactive preview before confirming — Loop Cut shows a live preview of exactly where the new loop will be inserted as you move the mouse before clicking to confirm its position, and Extrude previews the new geometry's position as you drag before committing, giving you a chance to visually verify the result looks correct before finalizing rather than committing blindly and needing to undo if it's wrong.
A practical modeling principle worth understanding: adding loop cuts and extruding new geometry both increase a mesh's overall polygon count, and while modern hardware handles reasonably dense meshes without issue, deliberately keeping geometry only as dense as actually needed for the intended level of detail (rather than over-adding loop cuts everywhere by habit) remains a meaningful skill in efficient 3D modeling workflow, particularly for real-time applications like games where polygon count directly affects performance.
Bevel (Ctrl+B / Cmd+B) rounds a hard, sharp edge or vertex into a smoother, chamfered transition made up of multiple new connected faces, an operation used constantly in both hard-surface modeling (mimicking the subtle rounded edges real manufactured objects almost always have rather than perfectly sharp mathematical corners) and organic modeling alike. Scrolling the mouse wheel during the interactive Bevel preview adjusts how many segments make up the resulting rounded transition, trading a simple angular chamfer at low segment counts for a smoother, more rounded curve at higher counts.
Merging vertices (M) opens a small menu offering several ways to combine selected vertices into one — merging at the center point of the selection, merging all onto the first or last selected vertex, or merging by distance to automatically collapse any vertices sitting within a specified small tolerance of each other. This last option is particularly useful for cleanup work after importing a mesh from another application, since imported geometry frequently contains unintended duplicate, overlapping vertices that aren't visually obvious but can cause subtle rendering or modifier issues if left unmerged.
Deleting geometry (X or Delete) deliberately opens a menu rather than deleting instantly, because how you delete matters enormously for a mesh's resulting integrity — deleting a face's vertices outright removes the face and everything connected only to those vertices, potentially creating an unwanted hole, while Dissolve Faces (a related but distinct option in the same menu) removes a face while automatically healing the surrounding geometry to avoid leaving a gap. Choosing the wrong deletion type is one of the more common sources of confusing, hard-to-diagnose mesh problems for newer Blender users, making this menu worth understanding deliberately rather than clicking through on autopilot.