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>2015-12-11 10:12:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-12-11 10:12:46 +0300
commit1c742b4e9a9d8b23e0e0686fcef919ffab2ac8fc (patch)
tree897684b00c1ca825ed97e1ed145f0e186ebc2f45
parentd70e0b6654e6564a3ca3f6f9094c63c36544bc45 (diff)
Mistake in last commit
-rw-r--r--source/blender/editors/mesh/editmesh_intersect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_intersect.c b/source/blender/editors/mesh/editmesh_intersect.c
index 375fde53df4..fcba1e5ec72 100644
--- a/source/blender/editors/mesh/editmesh_intersect.c
+++ b/source/blender/editors/mesh/editmesh_intersect.c
@@ -250,7 +250,6 @@ static int edbm_intersect_boolean_exec(bContext *C, wmOperator *op)
void MESH_OT_intersect_boolean(struct wmOperatorType *ot)
{
static EnumPropertyItem isect_boolean_operation_items[] = {
- {BMESH_ISECT_BOOLEAN_NONE, "NONE", 0, "None", ""},
{BMESH_ISECT_BOOLEAN_ISECT, "INTERSECT", 0, "Intersect", ""},
{BMESH_ISECT_BOOLEAN_UNION, "UNION", 0, "Union", ""},
{BMESH_ISECT_BOOLEAN_DIFFERENCE, "DIFFERENCE", 0, "Difference", ""},