diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-04-01 23:59:02 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-04-02 00:09:11 +0300 |
commit | 74900fd4380dd57eb444b2fc1379bd83872a0726 (patch) | |
tree | ea15da54930a9e021f0dbf21ac707c78ab4ecd97 | |
parent | c2e0ee9231a547b4f6fd65487a7102036a852ed6 (diff) |
triage#150 on OSX any file can be chosen for model upload
-rw-r--r-- | indra/newview/llfilepicker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp index 4ad136e13a..7ca212e062 100644 --- a/indra/newview/llfilepicker.cpp +++ b/indra/newview/llfilepicker.cpp @@ -663,6 +663,7 @@ std::unique_ptr<std::vector<std::string>> LLFilePicker::navOpenFilterProc(ELoadF allowedv->push_back("gltf"); allowedv->push_back("glb"); break; + case FFLOAD_MODEL: case FFLOAD_COLLADA: allowedv->push_back("dae"); break; |