Skip to content

Commit f0f88bf

Browse files
committed
only bind pure python methods
1 parent ccb6e90 commit f0f88bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/compas/datastructures/mesh/_mesh.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ class Mesh(BaseMesh):
5555
unify_cycles = mesh_unify_cycles
5656
quads_to_triangles = mesh_quads_to_triangles
5757

58-
def transform_numpy(self, M):
59-
from compas.datastructures.mesh.transformations_numpy import mesh_transform_numpy
60-
mesh_transform_numpy(self, M)
58+
# def transform_numpy(self, M):
59+
# from compas.datastructures.mesh.transformations_numpy import mesh_transform_numpy
60+
# mesh_transform_numpy(self, M)
6161

6262

6363
# =============================================================================

0 commit comments

Comments
 (0)