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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-06-16 02:18:25 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2012-06-16 02:18:25 +0400
commit004e38a44eff3b2987771aef8c7427f8c15a6494 (patch)
tree9ee104822b10f65cfd629d8243b61e65b941abf6 /source/blender/bmesh/intern/bmesh_operators.h
parent295976b7791e8005f82bb8644835b6feed10c861 (diff)
parenta2d4fddfd38ce0795d21ec9c5b5cc51fc50f3bd1 (diff)
Merged changes in the trunk up to revision 47977.
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 4ddc19b2b9f..05113576ca4 100644
--- a/source/blender/bmesh/intern/bmesh_operators.h
+++ b/source/blender/bmesh/intern/bmesh_operators.h
@@ -74,7 +74,8 @@ enum {
enum {
SIMVERT_NORMAL = 0,
SIMVERT_FACE,
- SIMVERT_VGROUP
+ SIMVERT_VGROUP,
+ SIMVERT_EDGE
};
enum {