Selecting

By default Blender uses the LMB to select items in the Blender window. Alternatively, the RMB can be used instead by changing the Preferences. Blender has several selecting tools that can be used across the different editors.

Selection Tools

Tweak

Reference

Hotkey

LMB

Clicking on an item selects it, using modifier keys you can perform other operations. Holding the selection and moving the mouse on interactive items such as objects in the 3D Viewport or keyframes in an animation editor will general move the item with the mouse.

Box Select

Reference

Menu

Select ‣ Box Select

Hotkey

B

To activate the tool, press B or click and drag LMB. With Select Box you draw a rectangle while holding down LMB. Any item that lies even partially within this rectangle becomes selected. If any item that was last active appears in the selection it will become active.

For deselecting items, use MMB, or Shift-LMB. To move the selection area hold Ctrl-Spacebar while moving the cursor.

Box Select example.
../_images/interface_selecting_border-select1.png

Start.

../_images/interface_selecting_border-select2.png

Selecting.

../_images/interface_selecting_border-select3.png

Complete.

Circle Select

Reference

Menu

Select ‣ Circle Select

Hotkey

C

Circle Select C allows you to select multiple items within a circular area. Move your mouse over any items within the circular area (shown with a dotted circle) while holding LMB to select those items. Alternatively, use MMB to deselect them. When you’re done selecting, press RMB or Esc. To change the diameter of the circle, scroll with the Wheel or use the NumpadPlus and NumpadMinus keys.

Circle Select example.
../_images/interface_selecting_circle-select1.png

Start.

../_images/interface_selecting_circle-select2.png

Selecting.

../_images/interface_selecting_circle-select3.png

Dragging.

Lasso Select

Reference

Hotkey

Ctrl-RMB

Lasso Select is used to create a free-form selection. Simply hold Ctrl-RMB while drawing a dotted line around the items you want to select. The shape you draw will be automatically closed by connecting a line from the current position back to the starting point.

Lasso Select adds to the previous selection. For deselection, use Shift-Ctrl-RMB. To move the selection area hold Ctrl-Spacebar while moving the cursor.

An example of using the Lasso Select tool in Vertex Select Mode.
../_images/interface_selecting_lasso-select1.png

Start.

../_images/interface_selecting_lasso-select2.png

Selecting.

../_images/interface_selecting_lasso-select3.png

Complete.

Selecting Modes

Reference

Tool

Select Tools

Panel

Tool Settings ‣ Mode

Each tool has some sort of mode to configure how to tool interacts with existing selections. Note that not every selection tool supports each of these modes.

Set

Sets a new selection ignoring any existing selections.

Extend

Adds newly selected items to the existing selection. The selection can also be extended by Shift-LMB.

Subtract

Removes newly selected items from the existing selection. Items can be removed from the selection by Shift-LMB already selected items.

Invert

Selects non-selected items and deselects existing selection. The selection can also be inverted by Ctrl-I.

Intersect

Selects items that intersect with existing selection.