StjerneIdioten / I3D-Blender-Addon

Rewriting the I3D blender addon from scratch and adding long-sought community features
GNU General Public License v3.0
66 stars 18 forks source link

Exporter crashes, when trying to export a mesh without mesh data. #82

Closed StjerneIdioten closed 1 year ago

StjerneIdioten commented 3 years ago

Describe the bug If someone tries to export a mesh object that has no vertices, edges or faces, then it crashes.

Proposed Solution Ignore the object (or convert it to an empty) and throw a warning in the log.

Log file untitled_export_log.txt

PhiGei2000 commented 1 year ago

This seems to be fixed.

I have tried to export an empty cube without any vertices and an empty object was exported. There was also a warning in the log file.

untitled_export_log.txt

StjerneIdioten commented 1 year ago

I just checked the code just to be entirely sure and yes it would seem that I've fixed that at some point. Thank you for checking 👍🏻