SCIInstitute / Cleaver

A MultiMaterial Tetrahedral Meshing Library and Application
https://cleaver.readthedocs.io
Other
40 stars 18 forks source link

Sizing Field: Bug -- export causes crashing #58

Closed zaracay closed 7 years ago

zaracay commented 7 years ago

At closing, Cleaver asks to save out the sizing field. Clicking save causes Cleaver to crash.

jonbronson commented 7 years ago

Fixed in commit. 3c0bf9a674d68517172fc106f6425eb3691b062f

This issue occurred on MacOS because the system overrides Qt's file save dialog with a system native dialog that does not support default file types. The ITK file save library call also requires the .nrrd extension to be there, or it throws an exception. New Cleaver behavior is to explicitly add the .nrrd extension to the filename.