Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/marcomusy/vedo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomusy committed Jul 23, 2024
2 parents 7b4e124 + 17ed74a commit b91c52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vedo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@ def vedo2trimesh(mesh):
if len(tris) == 0:
tris = None

return Trimesh(vertices=points, faces=tris, face_colors=ccols, vertex_colors=vcols)
return Trimesh(vertices=points, faces=tris, face_colors=ccols, vertex_colors=vcols, process=False)


def trimesh2vedo(inputobj):
Expand Down

0 comments on commit b91c52e

Please sign in to comment.