diff options
| author | Graham Linden <graham@lindenlab.com> | 2014-04-22 08:58:38 -0700 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2014-04-22 08:58:38 -0700 |
| commit | ae035a0d66604e25b1277c4fa303aea8d798e719 (patch) | |
| tree | 38ea1ea25240358d692b426eb9834ee2ff2d1d76 /indra/newview/app_settings | |
| parent | c71e459bed68c1602d409e5c946c5e016d09d105 (diff) | |
Modify importer to (optionally) improve debug output, perform name-based LOD association, and handle models with many materials.
Diffstat (limited to 'indra/newview/app_settings')
| -rwxr-xr-x | indra/newview/app_settings/settings.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index de11309394..4343c7f70c 100755 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -2,6 +2,28 @@ <llsd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="llsd.xsd"> <map> + <key>ImporterDebug</key> + <map> + <key>Comment</key> + <string>Enable debug output to more precisely identify sources of import errors. Warning: the output can slow down import on many machines.</string> + <key>Persist</key> + <integer>0</integer> + <key>Type</key> + <string>Integer</string> + <key>Value</key> + <integer>0</integer> + </map> + <key>IMShowTime</key> + <map> + <key>Comment</key> + <string>Enable(disable) timestamp showing in the chat.</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <integer>1</integer> + </map> <key>IMShowTime</key> <map> <key>Comment</key> |
