summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-04-01 23:59:02 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-03-11 01:39:10 +0200
commitf2042fe9d8f4b6d939ace4009e959962e91c967e (patch)
treeff7a4ab05d68f65691c1c844a7f2f79f7f3e2f3d
parent483b4fa993b0bad9edeef1e74fb32009bb49f994 (diff)
triage#150 on OSX any file can be chosen for model upload
# Conflicts: # indra/newview/llfilepicker.cpp
-rw-r--r--indra/newview/llfilepicker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp
index 0afb275d13..716e6cd9e3 100644
--- a/indra/newview/llfilepicker.cpp
+++ b/indra/newview/llfilepicker.cpp
@@ -670,6 +670,7 @@ std::unique_ptr<std::vector<std::string>> LLFilePicker::navOpenFilterProc(ELoadF
break;
case FFLOAD_HDRI:
allowedv->push_back("exr");
+ case FFLOAD_MODEL:
case FFLOAD_COLLADA:
allowedv->push_back("dae");
break;