diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-07-03 23:07:08 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-07-04 00:24:30 +0300 |
commit | ecf220f1b8b56769d5489af2c7c7c3be962dff6e (patch) | |
tree | 9087b27075c3c686ae6116f68f360ac3e7c4b6ef /indra/newview | |
parent | dd4100181dec0f8ff4da23cf28c1f0295050d392 (diff) |
#4242 Debug dump improvement #2
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index bfb619ad22..1cac6e9709 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -38,7 +38,7 @@ <key>ImporterDebugMode</key> <map> <key>Comment</key> - <string>At 0 does nothing, at 1 dumps skinning data near orifinal file, at 2 dumps skining data and first 5 models as llsd</string> + <string>At 0 does nothing, at 1 dumps skinning data near orifinal file, at 2 dumps skining data and positions/weights of first 5 models, at 3 dumps skinning data and models as llsd</string> <key>Persist</key> <integer>1</integer> <key>Type</key> |