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:
authorCampbell Barton <ideasman42@gmail.com>2017-06-01 09:42:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-01 09:42:14 +0300
commit8cf5eaa2baa70515f4731cc9ac5ac6c5e5cf3c44 (patch)
tree72322e821a4c1b796cfbe49662aeda12f8bca4ad /source/blender/bmesh/intern/bmesh_operators.h
parente0216ea89b3e6a3bf1f609db3343b247badfc77c (diff)
Add Face-Map to select similar
Handy for setting up face-maps, also allows selecting all faces with no assigned map.
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_operators.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_operators.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operators.h b/source/blender/bmesh/intern/bmesh_operators.h
index 31c696da0d4..80b57eb3565 100644
--- a/source/blender/bmesh/intern/bmesh_operators.h
+++ b/source/blender/bmesh/intern/bmesh_operators.h
@@ -83,6 +83,7 @@ enum {
SIMFACE_NORMAL,
SIMFACE_COPLANAR,
SIMFACE_SMOOTH,
+ SIMFACE_FACEMAP,
#ifdef WITH_FREESTYLE
SIMFACE_FREESTYLE
#endif