From BlenderWiki

< Doc:Tutorials | Modelling | Meshes
Revision as of 03:46, 10 June 2009 by 59.101.247.43 (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[edit] Introduction

Blender 2.42+

This tutorial covers the ways of selecting verts, edges and faces in Blender. Especially advanced selection tools are covered. The main purpose of this tutorial is to bring all selection related information into single, easily accessible place. This material is more like reference that you can use to check how different ways of selecting work.

[edit] Basic Selections

Basic selections contain point, circular region, border and lasso select. For further information, take a look at http://mediawiki.blender.org/index.php/Manual/Selecting_Meshes .

[edit] Loop Selections

You can use these tools to select edge and face loops. For further information, take a look at http://mediawiki.blender.org/index.php/Manual/Edge_and_Face_Tools and http://mediawiki.blender.org/index.php/Release_Notes/Notes242/MeshEditing#Edge_Ring_and_Edge_Loop_MultiSelect.

[edit] Advanced Selections

[edit] Inverse Selection

Mode: Mesh Edit Mode

Hotkey: Ctrl i

Menu: Select → Inverse

This will invert your selection.

[edit] Loop to Region and Region to Loop

You can use this tool to add vertices or edges inside your loop selection to it. Alternatively you can use this tool to select border loops of a region. For further information, take a look at http://mediawiki.blender.org/index.php/Release_Notes/Notes242/MeshEditing#Loop_to_Region_and_Region_to_Loop .

[edit] Random Selection

Mode: Mesh Edit Mode

Menu: Select → Random

Enter how many percent of not selected verts will be selected randomly and added to current selection.

[edit] Select Groups

Mode: Mesh Edit Mode

Hotkey: Shift G

Menu: Select → Group From Selection

The way this tool works depends on selection mode. Note that if you are using a hybrid mode with multiple selection modes active at once, it will work according to "strongest" selection mode. This means that if you are using vertex and face hybrid mode, the tool will work as if it was in face selection mode.

[edit] Vertice Selection Mode

[edit] Similar Normal

This will add those vertices that have similar normal as the current selection to the selection.

[edit] Same Face Users

This tool is good for selecting for example similar corners. It adds those vertices to selection that belong to as many faces as the selected vertices.

[edit] Shared Vertex Groups

This will add those vertices to the selection which belong to same vertex groups as the selection.

[edit] Edge Selection Mode

[edit] Similar Length

This will add those edges to the selection which have same length as any edge of the selection.

[edit] Similar Direction

This will add those edges to the selection that have similar direction as any edge of the selection.

[edit] Similar Face Users
[edit] Similar Adjacent Face Angle
[edit] Similar Crease

This will add those edges to the selection that have similar crease value as any edge of the selection.

[edit] Face Selection Mode

[edit] Same Material

This will add those faces to the selection that have same material as any face of the selection.

[edit] Same Image
[edit] Similar Area

This will add those faces to the selection that have similar area as any face of the selection.

[edit] Similar Perimeter
[edit] Similar Normal

This will add those faces to the selection that have similar normal as any face of the selection.

[edit] Similar Co-Planer

This will add those faces to the selection that are coplanar compared to any face of the selection. Note the slight difference to Similar Normal.

[edit] Selection Based on Sharpness and Flatness

Take a look at http://mediawiki.blender.org/index.php/Requests/SharpFlatSelect .

[edit] Select Linked

Mode: Mesh Edit Mode

Hotkey: L or Ctrl L

Menu: Select → Linked Vertices

This tool has two ways of working. You can hover a mouse over a mesh and then use L to add it to your selection. Another way is to use Ctrl L which adds those meshes to your selection that have parts of them selected.

[edit] Select More or Less

[edit] Select More

Mode: Mesh Edit Mode

Hotkey: Ctrl +

Menu: Select → More

This will add the neighbours of current selection to selection.

[edit] Select Less

Mode: Mesh Edit Mode

Hotkey: Ctrl -

Menu: Select → Less

This will deselect those parts of selection that don't have their neighbours selected.

[edit] Select Non-Manifold

Mode: Mesh Edit Mode

Hotkey: SHIFTCTRLALTM

Menu: Select → Non-Manifold

This will select non-manifold parts of meshes and add them to current selection.

[edit] Vertex Path

You can use this tool to select shortest topological or geometrically (edge length) shortest between selected vertices. For further information, take a look at http://mediawiki.blender.org/index.php/Release_Notes/Notes242/MeshEditing#Vertex_Path .