triage#150 on OSX any file can be chosen for model upload

# Conflicts:
#	indra/newview/llfilepicker.cpp
master
Andrey Kleshchev 2024-04-01 23:59:02 +03:00 committed by Andrey Lihatskiy
parent 483b4fa993
commit f2042fe9d8
1 changed files with 1 additions and 0 deletions

View File

@ -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;