From 892b6f47f90d842990564c62b84800a98b6e07e9 Mon Sep 17 00:00:00 2001 From: ClemensLinnhoff Date: Wed, 15 Jan 2025 13:40:40 +0100 Subject: [PATCH] Remove additional sentence in mesh description Signed-off-by: ClemensLinnhoff --- schemas/asset_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/asset_schema.json b/schemas/asset_schema.json index 4ee0557d..6b7d8b60 100644 --- a/schemas/asset_schema.json +++ b/schemas/asset_schema.json @@ -234,7 +234,7 @@ }, "meshCount": { "type": "integer", - "description": "The total number of meshes in the 3D model file. A model geometry typically consists of several sub-meshes. The export from a 3D modeling application might change the mesh count, for example, due to the assignment of multiple materials per mesh. This property represents the number of meshes in the actual 3D model file after the export." + "description": "The total number of meshes in the 3D model file. A model geometry typically consists of several sub-meshes." }, "textureResolutions": { "type": "array",