summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbulkythumbs.cpp
AgeCommit message (Collapse)Author
2023-08-17Small updates to bulky thumbs but mainly, this is about the first version of ↵Callum Prentice
the Inventory Thumbnail Helper tool - see source file for a link to Confluence page listing how to use it
2023-08-03SL-20109: Big clean up. Now supports arbitrary mix of folders and entries ↵Callum Prentice
for both items and textures. Better logging output
2023-08-02SL-20109: Hacked in some code to write thumbnails now - had to change the ID ↵Callum Prentice
i saved for the texture from the object ID to the asset ID and then it worked for 3 test items. Next up, tidy up the code, remove hacks and do a run on a local copy of the main SENRA inventory
2023-08-02SL-20109: now lets user copy a list of items or list of folder of items, ↵Callum Prentice
copy a list of texture of list of folders of textures, then combine them and find matches by name - saving each match with the name, item ID and thumbnail texture ID - next is actually writing the thumbnails
2023-08-01SL-20109: display the inventory item asset ID and associated thumbnail ID ↵Callum Prentice
(broken - all null UUID - for tomorrow)
2023-08-01SL-20109: write the name of each copied inventory item to the text editorCallum Prentice
2023-08-01First commit of code to investigate how we might do bulk uploads of ↵Callum Prentice
inventory item thumbnails - both from a code and a UI perspective