From c06c627002eec9f6623ca6f5a8ced8e80069930e Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Fri, 13 Jul 2018 20:54:49 -0400 Subject: [PATCH] Add four settings left out of 55b5f60b688c0413ac3d64a98d553605e3ec0a31 --- indra/newview/app_settings/settings.xml | 44 +++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index adec41588..3a18d58eb 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -9163,6 +9163,50 @@ This should be as low as possible, but too low may break functionality 128 + ImporterDebug + + Comment + Enable debug output to more precisely identify sources of import errors. Warning: the output can slow down import on many machines. + Persist + 1 + Type + Boolean + Value + 0 + + ImporterLegacyMatching + + Comment + Enable index based model matching. + Persist + 1 + Type + Boolean + Value + 0 + + ImporterModelLimit + + Comment + Limits amount of importer generated models for dae files + Persist + 1 + Type + U32 + Value + 768 + + ImporterPreprocessDAE + + Comment + Enable preprocessing for DAE files to fix some ColladaDOM related problems (like support for space characters within names and ids). + Persist + 1 + Type + Boolean + Value + 1 + IMInChatConsole Comment