src/gui_editactions.cpp

changeset 184
fae3bc9ce319
parent 183
f1b8cb53d2a2
child 185
6fea53f1ffc2
--- a/src/gui_editactions.cpp	Wed May 08 15:19:06 2013 +0300
+++ b/src/gui_editactions.cpp	Wed May 08 15:30:19 2013 +0300
@@ -684,4 +684,19 @@
 		History::addEntry (new EditHistory (indices, oldCopies, newCopies));
 		g_win->refresh ();
 	}
+}
+
+// =============================================================================
+// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+// =============================================================================
+MAKE_ACTION (ytruder, "Ytruder", "ytruder", "Extrude selected lines to a given plane", KEY (F4)) {
+	runYtruder ();
+}
+
+MAKE_ACTION (rectifier, "Rectifier", "rectifier", "Optimizes quads into rect primitives.", KEY (F8)) {
+	runRectifier ();
+}
+
+MAKE_ACTION (intersector, "Intersector", "intersector", "Perform clipping between two input groups.", KEY (F5)) {
+	runIntersector ();
 }
\ No newline at end of file

mercurial