Skip to content
Snippets Groups Projects
Commit a379f754 authored by Euclid Linden's avatar Euclid Linden
Browse files

Merged in euclid-17000 (pull request #923)

SL-17000 improve error message for physics mesh import
parents ed98d77f 8843ea17
No related branches found
No related tags found
1 merge request!83Merge Linden 6.6.7
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<string name="mesh_status_missing_lod">Missing required level of detail.</string> <string name="mesh_status_missing_lod">Missing required level of detail.</string>
<string name="mesh_status_invalid_material_list">LOD materials are not a subset of reference model.</string> <string name="mesh_status_invalid_material_list">LOD materials are not a subset of reference model.</string>
<string name="phys_status_vertex_limit_exceeded">Some physical hulls exceed vertex limitations.</string> <string name="phys_status_vertex_limit_exceeded">Some physical hulls exceed vertex limitations.</string>
<string name="phys_status_degenerate_triangles">The physics mesh too dense remove the small thin triangles (see preview)</string> <string name="phys_status_degenerate_triangles">The physics mesh contains degenerate triangles. Use Analyze/Simplify to resolve.</string>
<string name="layer_all">All</string> <!-- Text to display in physics layer combo box for "all layers" --> <string name="layer_all">All</string> <!-- Text to display in physics layer combo box for "all layers" -->
<string name="decomposing">Analyzing...</string> <string name="decomposing">Analyzing...</string>
<string name="simplifying">Simplifying...</string> <string name="simplifying">Simplifying...</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment