(2020-02-10, 21:47)Lasse Deleuran Wrote: I have noticed that the search page (Parts Tracker File Scan) does not contain thumbnails. Is there a reason for this? I am working on a light thumbnail generator, which runs asynchroneously to generate thumbnails. See https://brickhub.org/bh/p/class.php?path...%3DMinifig as an example. Do you think such a feature would be useful?
No real reason other than I haven't coded it in. We already have images of all the parts in the library (official and unofficial) so adding image wouldn't be too hard technically. The hitch is that the PT is entirely written in perl and isn't template based to it can be a pain to alter. We have plans to modernize it but that's in the far future. The 3D render capability is kind of bolted on in the most unintrusive way possible so it relies on jQuery for some functionality.
Thanks for the code. I'll try it out when I get home.