GalaxyHunters / VIVID3D

3D scientific visualization and animated models in one line of python code
https://galaxyhuntersil.wixsite.com/labs/vivid
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

[BUG] Assimp SIGSEGV when multiple meshes with all duplicate faces #281

Closed Beilinson closed 1 year ago

Beilinson commented 2 years ago

Describe the bug Assimp crashes upon attempting to export a scene with identical meshes

To Reproduce Create any mesh, add it twice to the same model. Export using any assimp exporter

Expected behavior It should just work.