From cf55a0acdc11ecae2b0ffa19fb03210e25858bf9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 6 Apr 2025 12:57:11 +1000 Subject: [PATCH] ImBuf: remove ".tx" extension from the list of supported images Likely an oversight in [0] which removed support for tile-cache. [0]: 38573d515e49f3e0b22b0e58c7b0357bae107a4d --- source/blender/imbuf/intern/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/imbuf/intern/util.cc b/source/blender/imbuf/intern/util.cc index 43dae677ad9..660599f60f7 100644 --- a/source/blender/imbuf/intern/util.cc +++ b/source/blender/imbuf/intern/util.cc @@ -26,7 +26,7 @@ #define UTIL_DEBUG 0 const char *imb_ext_image[] = { - ".png", ".tga", ".bmp", ".jpg", ".jpeg", ".sgi", ".rgb", ".rgba", ".tif", ".tiff", ".tx", + ".png", ".tga", ".bmp", ".jpg", ".jpeg", ".sgi", ".rgb", ".rgba", ".tif", ".tiff", #ifdef WITH_OPENJPEG ".jp2", ".j2c", #endif