From 27f57d19fa7dde19a39986c0a3477088841c77e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Wed, 25 Nov 2015 16:43:59 +0100 Subject: [PATCH] don't import meshing from csg --- python/csg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/csg.py b/python/csg.py index 16d10cf7..725a09a9 100644 --- a/python/csg.py +++ b/python/csg.py @@ -1,7 +1,7 @@ from libngpy.csg import * import libngpy.csgvis as csgvis from libngpy.csgvis import MouseMove -from libngpy.meshing import * +from libngpy.meshing import MeshingParameters CSGeometry.VS = csgvis.VS