RE: [Tool/Web] LDraw to Studio Exporter
2024-04-05, 20:44 (This post was last modified: 2024-04-05, 20:44 by Christoph Reum.)
2024-04-05, 20:44 (This post was last modified: 2024-04-05, 20:44 by Christoph Reum.)
nice! I still can't see a zip download button for all parts yet..
Two examples:
https://library.ldraw.org/tracker/25245
https://library.ldraw.org/tracker/26188
So you have prebuilt the zips in a one timer? I was just creating them with PHP for every request from the .dats - but this approach may create additional computing load on your webservers, so I can understand you want to build static zips.
I have two little additions:
1. Users wont recognize that "no sub parts needed for the .dat" means they may just go with the .dat download - esp. if they once realized there is a dedicated zip button for other parts - my recommendation would be to possible create single .dat zips - just for creating a convenient experience for the (not hardcore LEGO or IT) users.
2. The Download of the zips will just be available from the part details page if I got it correctly? Seems a little hidden - idea there would be to add a direct "Download Zip" right to the regular .dat Download button in the list view of the parts.
Two examples:
https://library.ldraw.org/tracker/25245
https://library.ldraw.org/tracker/26188
So you have prebuilt the zips in a one timer? I was just creating them with PHP for every request from the .dats - but this approach may create additional computing load on your webservers, so I can understand you want to build static zips.
I have two little additions:
1. Users wont recognize that "no sub parts needed for the .dat" means they may just go with the .dat download - esp. if they once realized there is a dedicated zip button for other parts - my recommendation would be to possible create single .dat zips - just for creating a convenient experience for the (not hardcore LEGO or IT) users.
2. The Download of the zips will just be available from the part details page if I got it correctly? Seems a little hidden - idea there would be to add a direct "Download Zip" right to the regular .dat Download button in the list view of the parts.