Skip to content

Commit

Permalink
Fix bug, version 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatl committed May 31, 2020
1 parent 8851b2c commit 0c55e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion urdfpy/urdf.py
Expand Up @@ -596,7 +596,7 @@ def _to_xml(self, parent, path):
meshes = self.meshes
if len(meshes) == 1:
meshes = meshes[0]
else:
elif os.path.splitext(fn)[1] == '.glb':
meshes = trimesh.scene.Scene(geometry=meshes)
trimesh.exchange.export.export_mesh(meshes, fn)

Expand Down
2 changes: 1 addition & 1 deletion urdfpy/version.py
@@ -1 +1 @@
__version__ = '0.0.21'
__version__ = '0.0.22'

0 comments on commit 0c55e40

Please sign in to comment.