DroneDB / Hub

Web GUI for DroneDB
GNU Affero General Public License v3.0
6 stars 3 forks source link

OBJ downloads in model view only download the OBJ file #72

Open pierotofy opened 2 years ago

pierotofy commented 2 years ago

image

This is however incorrect, since an OBJ has dependencies.

We need to save (in DDB) the list of dependencies an OBJ depends on and save it in a property field, so that we may reference those dependencies at download time.

Or just download the entire folder of the OBJ (simpler).

HeDo88TH commented 1 year ago

I propose to add a new meta field "dependsOn" with the list of the linked files (can be populated after build).