Skip to content

Commit 64b56d7

Browse files
#4190 Provide unsupported extension info in log file
1 parent bca9ba9 commit 64b56d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

indra/newview/gltf/llgltfloader.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,6 +1705,8 @@ void LLGLTFLoader::notifyUnsupportedExtension(bool unsupported)
17051705
}
17061706
args["EXT"] = ext;
17071707
mWarningsArray.append(args);
1708+
1709+
LL_WARNS("GLTF_IMPORT") << "Model uses unsupported extension: " << ext << LL_ENDL;
17081710
}
17091711
}
17101712

0 commit comments

Comments
 (0)