From 8cf5eaa2baa70515f4731cc9ac5ac6c5e5cf3c44 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 Jun 2017 16:42:14 +1000 Subject: Add Face-Map to select similar Handy for setting up face-maps, also allows selecting all faces with no assigned map. --- source/blender/editors/mesh/editmesh_select.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh') diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c index 4bad4fcaf49..c68c429bfb5 100644 --- a/source/blender/editors/mesh/editmesh_select.c +++ b/source/blender/editors/mesh/editmesh_select.c @@ -991,6 +991,7 @@ static EnumPropertyItem prop_similar_types[] = { {SIMFACE_NORMAL, "NORMAL", 0, "Normal", ""}, {SIMFACE_COPLANAR, "COPLANAR", 0, "Co-planar", ""}, {SIMFACE_SMOOTH, "SMOOTH", 0, "Flat/Smooth", ""}, + {SIMFACE_FACEMAP, "FACE_MAP", 0, "Face-Map", ""}, #ifdef WITH_FREESTYLE {SIMFACE_FREESTYLE, "FREESTYLE_FACE", 0, "Freestyle Face Marks", ""}, #endif -- cgit v1.2.3