We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi again, I've found a crash where (I believe) if a node has no vertices then Trimesh fails to load a glb file.
I've had to convert it to a txt file since github doesn't support GLB files. If you'd prefer I email it to you, I can also do that.
I've verified that this occurs on Mac & Windows, with trimesh version 4.5.1.
Traceback:
File (extension is txt since I ran cp etrian_odyssey_3_monk.glb etrian_odyssey_3_monk.txt): etrian_odyssey_3_monk.txt
cp etrian_odyssey_3_monk.glb etrian_odyssey_3_monk.txt
As an aside, if I try to load this mesh without skip materials, it also fails, but that's avoidable by adding skip materials.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi again,
I've found a crash where (I believe) if a node has no vertices then Trimesh fails to load a glb file.
I've had to convert it to a txt file since github doesn't support GLB files. If you'd prefer I email it to you, I can also do that.
I've verified that this occurs on Mac & Windows, with trimesh version 4.5.1.
Traceback:
File (extension is txt since I ran
cp etrian_odyssey_3_monk.glb etrian_odyssey_3_monk.txt
):etrian_odyssey_3_monk.txt
As an aside, if I try to load this mesh without skip materials, it also fails, but that's avoidable by adding skip materials.
The text was updated successfully, but these errors were encountered: