askvity

How do you invert selection in Blender?

Published in Blender Selection 2 mins read

You can invert your current selection in Blender using the keyboard shortcut Ctrl + I.

Inverting Selection in Blender

Inverting a selection in Blender means selecting all the unselected objects or elements while deselecting those that were initially selected. It's a very useful operation when working with complex scenes where you need to quickly switch between working with a specific group of objects and the rest of your scene.

Methods for Inverting Selection:

  • Keyboard Shortcut: The most efficient way to invert a selection is by using the keyboard shortcut:

    • Ctrl + I

    This command will immediately switch the selected and unselected items within your 3D viewport.

Practical Examples:

Let's say you have a scene with several objects, and you've selected a few of them to work with.

  1. Initial Selection: You have a few objects selected: a cube, a sphere, and a cylinder.
  2. Invert Selection: Press Ctrl + I.
  3. Result: Now, the cube, sphere, and cylinder are deselected, and all the remaining objects in the scene are selected.

Tips and Considerations:

  • Modes: Selection inversion works across different modes in Blender, including Object Mode, Edit Mode, and various others.
  • Element Level: In Edit Mode, when working with meshes, Ctrl + I will invert the selection at the vertex, edge, or face level depending on your current selection mode.
  • Speed and Efficiency: The shortcut method (Ctrl + I) is the fastest and most efficient approach to inverting selections and significantly enhances your workflow by saving time on complicated selection tasks.

In conclusion, the keyboard shortcut Ctrl + I is the primary method to invert the selection in Blender. This applies in object mode and edit mode for vertices, edges, and faces.

Related Articles