Files
test/source/blender
Julian Eisel 183420bd07 Refactor: Make file-list cache struct non-trivial C++ one
Makes it possible to use non-trivial C++ types in `FileListEntryCache`.
I'm planning to use this for blender/blender!130543, to store status
information about downloaded previews. While it's possible to use
C-style types instead, this is easier and a worthwhile general
improvement.

I turned `FileList.filelist_cache` into an allocated pointer, so
`FileList` doesn't have to be ported to be a non-trivial type as well.
We probably want to do that too at some point.

Pull Request: https://projects.blender.org/blender/blender/pulls/141411
2025-07-04 23:09:02 +02:00
..
2025-06-12 10:37:47 +02:00
2025-07-03 09:31:55 -07:00
2025-07-04 20:23:30 +10:00
2025-07-04 19:51:40 +10:00
2025-07-01 11:53:30 +03:00
2025-07-04 11:37:22 +03:00
2025-07-03 09:56:23 +02:00
2025-07-04 13:20:39 +10:00