We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb2b15 commit c4ba2efCopy full SHA for c4ba2ef
src/compas_ghpython/scene/meshobject.py
@@ -5,7 +5,7 @@
5
from compas.scene import MeshObject as BaseMeshObject
6
from compas.colors import Color
7
from compas_rhino import conversions
8
-from compas_rhino.scene._helpers import ngon
+from compas_rhino.scene.helpers import ngon
9
from .sceneobject import GHSceneObject
10
11
src/compas_ghpython/scene/volmeshobject.py
@@ -3,7 +3,7 @@
3
from __future__ import division
4
from compas.scene import VolMeshObject as BaseVolMeshObject
0 commit comments