Poland
Joined: Nov 10, 2010
Post Count: 50
Status:
Offline
furniture library import
Hi,
I use SweetHome3D_3.3. The feature I would like to describe is just a small improvement, nontheless, might be important in same situtations.
Let's say we have a furniture library:
library.sh3f
and from time to time we wish to release an updated version of this library to our users. Usually the old version would be overwritten with the new one during importing and that's what we intend.
However, if we place the library in a web server for download, some browsers (e.g. IE6) like to change extensions of downloaded files. And this is what happens with .sh3f, it is changed to .zip.
The .zip library can be imported to SweetHome, but the models from .sh3f library would not be overwritten.
So, basically it would be nice if SweetHome could overwrite a library no matter what is the extension .zip or .sh3f.
------ Temporary solution to the above problem is to add:
<Files *.sh3f> ForceType application/octet-stream Header set Content-Disposition attachment </Files>