summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2022-06-15 17:03:38 -0500
committerDave Parks <davep@lindenlab.com>2022-06-15 17:03:38 -0500
commitf5d66e79eec07384ef6f4fd3f516f7a9d010fb9e (patch)
tree88a67165f924949c77f0c9ba00408c831f08fb41 /indra/newview/llfilepicker.h
parentad533fcd6b1a3433273fa6d75e19a7ce56c75867 (diff)
SL-17605 WIP - Upload->Material now lets you pick a GLTF file and imports the first material in the GLTF file to the Material Editor
Diffstat (limited to 'indra/newview/llfilepicker.h')
-rw-r--r--indra/newview/llfilepicker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfilepicker.h b/indra/newview/llfilepicker.h
index a314207da6..cb57c8437d 100644
--- a/indra/newview/llfilepicker.h
+++ b/indra/newview/llfilepicker.h
@@ -86,7 +86,8 @@ public:
FFLOAD_SCRIPT = 11,
FFLOAD_DICTIONARY = 12,
FFLOAD_DIRECTORY = 13, // To call from lldirpicker.
- FFLOAD_EXE = 14 // Note: EXE will be treated as ALL on Windows and Linux but not on Darwin
+ FFLOAD_EXE = 14, // Note: EXE will be treated as ALL on Windows and Linux but not on Darwin
+ FFLOAD_MATERIAL = 15
};
enum ESaveFilter