minorua / Qgis2threejs

3D map visualization and web export plugin for QGIS
http://minorua.github.io/Qgis2threejs/docs/
495 stars 91 forks source link

Saving the scene as PNG does not work if no filename extension is supplied #278

Closed kannes closed 2 years ago

kannes commented 2 years ago

If the user does not include a filename extension when trying to save the scene as PNG image, no file will be actually written.

I enter "test" as filename: No file written I enter "test.png" as filename: "test.png" is written

qgis2threejs 2.7 (happened before already though) on Linux with QGIS master.