Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley.acheson@gmail.com>2022-09-24 20:55:46 +0300
committerHarley Acheson <harley.acheson@gmail.com>2022-09-24 20:57:34 +0300
commit4e7983e0732015d9fe52ecd12e203a230b30af16 (patch)
tree9bab0be140084c783ba930bf819996eed0bb1832 /source/blender/windowmanager/intern
parent2ff5d42cd3b41cc1412d4a896d8f9e8d2977686f (diff)
UI: Improved Font Thumbnails
Thumbnails of fonts that better show design, shapes, contents, intent, and intended language. Previews almost every known language - living and dead - and symbol, specialty fonts, etc. See D12032 for more details and samples. Differential Revision: https://developer.blender.org/D12032 Reviewed by Campbell Barton
Diffstat (limited to 'source/blender/windowmanager/intern')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index 7ab2e67e4b6..e5ab876e75f 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -310,9 +310,6 @@ void WM_init(bContext *C, int argc, const char **argv)
/* For file-system. Called here so can include user preference paths if needed. */
ED_file_init();
- /* That one is generated on demand, we need to be sure it's clear on init. */
- IMB_thumb_clear_translations();
-
if (!G.background) {
GPU_render_begin();