[Bf-blender-cvs] [1c742b4] master: Mistake in last commit

Campbell Barton noreply at git.blender.org
Fri Dec 11 08:21:21 CET 2015


Commit: 1c742b4e9a9d8b23e0e0686fcef919ffab2ac8fc
Author: Campbell Barton
Date:   Fri Dec 11 18:12:46 2015 +1100
Branches: master
https://developer.blender.org/rB1c742b4e9a9d8b23e0e0686fcef919ffab2ac8fc

Mistake in last commit

===================================================================

M	source/blender/editors/mesh/editmesh_intersect.c

===================================================================

diff --git a/source/blender/editors/mesh/editmesh_intersect.c b/source/blender/editors/mesh/editmesh_intersect.c
index 375fde5..fcba1e5 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", ""},




More information about the Bf-blender-cvs mailing list