Skip to content

Commit

Permalink
remove dae until pycollada/pycollada/147 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Jan 16, 2025
1 parent 780a572 commit eaa6004
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tests/corpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,9 @@ def equal(a, b):
if v in (trimesh.exchange.misc.load_meshio,)
]
)
"""
# remove loaders we don't care about
available.difference_update({"json", "dae", "zae"})
available.update({"dxf", "svg"})
"""

# TODO : waiting on a release containing pycollada/pycollada/147
available.difference_update({"dae"})

with Profiler() as P:
# check against the small trimesh corpus
Expand Down

0 comments on commit eaa6004

Please sign in to comment.