Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-04-16 11:53:55 +0300
committerbubnikv <bubnikv@gmail.com>2019-04-16 11:53:55 +0300
commit7aa4fd082731c56057e4019f6e64c0fd9dec338f (patch)
treee730c6a6869c931f8f6387761be380b1caf28d03 /xs
parent7f4e6328fac3a03b255de5341c5bf9271d186c97 (diff)
Another fix of the perl bindings
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/TriangleMesh.xsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/xsp/TriangleMesh.xsp b/xs/xsp/TriangleMesh.xsp
index be2239c05..e519f9210 100644
--- a/xs/xsp/TriangleMesh.xsp
+++ b/xs/xsp/TriangleMesh.xsp
@@ -212,6 +212,7 @@ TriangleMesh::cut(z, upper, lower)
TriangleMesh* upper;
TriangleMesh* lower;
CODE:
+ THIS->require_shared_vertices(); // TriangleMeshSlicer needs this
TriangleMeshSlicer mslicer(THIS);
mslicer.cut(z, upper, lower);