Blender Git Commit Log
Git Commits -> Revision c539aaf
April 6, 2015, 17:51 (GMT) |
FileBrowser: internal listing: use own, much lighter struct to store whole list. Since with internal listing we have no choice but to list everything, store those data in the smallest possible struct - note we do not even store preview here, these are only handled in full FileDirEntry cache (re-loading them from cached thumbnails is really quick anyway). Still not complete, have to re-do ID previews now, among other things... And some memleaks again with previews, ugh. |
Commit Details:
Full Hash: c539aaf19dd169c3fa8463d49897d4def84f39e2
Parent Commit: 979d16e
Lines Changed: +228, -117