alainlhostis / shriveling_world

The "shriveling_world" project aims at producing images of the global geographical time-space, using the third dimension, as in time-space relief maps. The word "shriveling" was introduced by Waldo Tobler in his comments of Mathis-L'Hostis time-space relief image, in order to describe the complex contraction process suggested by the model.
GNU General Public License v3.0
9 stars 4 forks source link

Safari bug prevents downloading all exported files #128

Closed phbrbr closed 3 years ago

phbrbr commented 3 years ago

A known bug in Safari browser prevents downloading multiple files at once. It could be mitigated (see below) and a possible solution could eventually benefits users/other browsers.

Steps to reproduce the behavior:

  1. Click on 'Save scene'
  2. Get only 1 obj file instead of 3

Expected behavior Be able to get all exported 3D data with Safari (maybe without waiting for Apple to fix the bug)

Desktop:

Additional context IMHO even if Safari sometimes lags behind Chrome or Firefox concerning implemented features (less releases), it is a robust browser with nice dev tools. It made me rethink about the way the scene is exported as a user.

Generating a .zip file with all the .obj files inside could be a solution? Structuring the scene to export as a single file could be another one…

A few links I found about it:

I know it sounds like a feature request but let me know what you think.

Cheers.