don't import meshing from csg

This commit is contained in:
Joachim Schöberl 2015-11-25 16:43:59 +01:00
parent 9a58654055
commit 27f57d19fa

View File

@ -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