diff options
author | Seth ProductEngine <slitovchuk@productengine.com> | 2011-09-05 19:51:19 +0300 |
---|---|---|
committer | Seth ProductEngine <slitovchuk@productengine.com> | 2011-09-05 19:51:19 +0300 |
commit | 03f835c87ea783250c89e0949f4e3dc800f0db69 (patch) | |
tree | fbfe4f4417eaeb77f1c3c73b55891db47c7589b1 /indra/newview/llmeshrepository.cpp | |
parent | 97c6672634b4c6620ebc320ec05758fc2ea99288 (diff) | |
parent | 76f867c8913094573bfa278fc39907d6b0779ec5 (diff) |
merge
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
-rwxr-xr-x | indra/newview/llmeshrepository.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index bd18da2251..25ae514274 100755 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -1460,8 +1460,8 @@ void LLMeshUploadThread::wholeModelToLLSD(LLSD& dest, bool include_textures) if (model_name.empty()) model_name = "mesh model"; result["name"] = model_name; - if (model_metric.empty()) model_metric = "MUT_Other"; - result["metric"] = model_metric; + if (model_metric.empty()) model_metric = "MUT_Unspecified"; + res["metric"] = model_metric; result["asset_resources"] = res; dump_llsd_to_file(result,make_dump_name("whole_model_",dump_num)); |