Cleanup: Move BKE preview image code to separate file #111709

Merged
Julian Eisel merged 4 commits from JulianEisel/blender:temp-previewimg-file-split into main 2023-09-04 18:02:23 +02:00

4 Commits

Author SHA1 Message Date
Julian Eisel 97ec908da1 Update to changes from `main` branch 2023-09-04 17:57:01 +02:00
Julian Eisel a48280286e Remove redundant `#ifdef __cplusplus` block 2023-09-04 17:50:59 +02:00
Julian Eisel 9ea7a34672 Merge branch 'main' into temp-previewimg-file-split 2023-09-04 17:50:49 +02:00
Julian Eisel 59792ee8a5 Cleanup: Move BKE preview image code to separate file
Previously, BKE level preview image code was in `BKE_icons.h` and
`icons.hh`. While these types are related, I always found this quite
hard to navigate since preview image stuff was just in the middle of
icon functions.

Instead, use focused files that make it easy to quickly navigate them
and see what they are dealing with.
2023-08-30 18:49:15 +02:00