rebane2001 / matterport-dl

A downloader for matterport virtual tours
The Unlicense
294 stars 75 forks source link

Support for Floorplan/Dollhouse views #13

Closed mitchcapper closed 2 years ago

mitchcapper commented 2 years ago

The major addition here is the new --advanced-download option to download texture files for alt views. I am parsing the embedded json to get some of the data, we could potentially use this with some of the others to cut down on excess queries we make for each model. For now it downloads and redirects to support dollhouse/floorplan views.

This also fixes #8.

i have put this behind an --advanced-download flag as while I hope it is robust and won't break anything this is more safe.
The good news is you can just run --advanced-download on an existing download and it should download the missing files to make it go live:)

This also fixes locale support so if you run the new script on an old model, somehow re-parse the client file again but don't download the locale items it will still work.

databird commented 2 years ago

Wonderful, it's working very well ! Many thanks