Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2012-06-15 05:43:01 +0400
committerJoseph Eagar <joeedh@gmail.com>2012-06-15 05:43:01 +0400
commitbd9192670bf7922f2e12fe586bf8b376000412ff (patch)
tree4573a8880be72dd3a7fda82d5c51e9ca5da4a152 /source/blender/bmesh/intern/bmesh_operators.h
parent9355bece599582358d8ed7b39bdf376446ba7018 (diff)
Added option in shift-g to select verts by number of connected edges (valence).
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_operators.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_operators.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operators.h b/source/blender/bmesh/intern/bmesh_operators.h
index 3c6c3004e3a..b1da8ecb275 100644
--- a/source/blender/bmesh/intern/bmesh_operators.h
+++ b/source/blender/bmesh/intern/bmesh_operators.h
@@ -72,7 +72,8 @@ enum {
enum {
SIMVERT_NORMAL = 0,
SIMVERT_FACE,
- SIMVERT_VGROUP
+ SIMVERT_VGROUP,
+ SIMVERT_EDGE
};
enum {