From 64b56d7ca98201f4cb5a31c21c0ff82220b7c730 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Tue, 1 Jul 2025 11:48:22 +0300 Subject: #4190 Provide unsupported extension info in log file --- indra/newview/gltf/llgltfloader.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') diff --git a/indra/newview/gltf/llgltfloader.cpp b/indra/newview/gltf/llgltfloader.cpp index bd3c1a3833..fd0276766c 100644 --- a/indra/newview/gltf/llgltfloader.cpp +++ b/indra/newview/gltf/llgltfloader.cpp @@ -1705,6 +1705,8 @@ void LLGLTFLoader::notifyUnsupportedExtension(bool unsupported) } args["EXT"] = ext; mWarningsArray.append(args); + + LL_WARNS("GLTF_IMPORT") << "Model uses unsupported extension: " << ext << LL_ENDL; } } -- cgit v1.2.3