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>2014-03-19 08:28:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-08-18 11:09:30 +0400
commitb9ebf441396ed58027dd13390a84ef268386324b (patch)
tree0336fa2e96298fe8d2c9d012c39a0e61f65043b1 /source/blender/editors/mesh/mesh_intern.h
parent4795b61c1b4a112a4c9ee2637d5936988e19515a (diff)
BMesh: intersect tool
Modeling tool to cut intersections into geometry (like boolean, without calculating inside/outside). Faces are split along intersections, leaving new edges selected. Access from Face menu.
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index 2ce19fe9471..76f6cb5ebb8 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -113,6 +113,7 @@ void MESH_OT_screw(struct wmOperatorType *ot);
void MESH_OT_inset(struct wmOperatorType *ot);
/* *** editmesh_intersect.c *** */
+void MESH_OT_intersect(struct wmOperatorType *ot);
void MESH_OT_face_split_by_edges(struct wmOperatorType *ot);