diff --git a/plugins/cosmic_reach_model_editor/cosmic_reach_model_editor.js b/plugins/cosmic_reach_model_editor/cosmic_reach_model_editor.js index 31ef85c5..b2b8e777 100644 --- a/plugins/cosmic_reach_model_editor/cosmic_reach_model_editor.js +++ b/plugins/cosmic_reach_model_editor/cosmic_reach_model_editor.js @@ -49,7 +49,6 @@ lines: [], onConfirm: (b, e) => { let res = propertiesDialog.getFormResult() - console.warn(res) Project.properties = res }, onCancel: (b, e) => {}, @@ -104,7 +103,6 @@ let uv = obj.faces[f].uv let textures = Texture.all.filter((x) => {return x.uuid == obj.faces[f].texture}) - console.error(textures) let texture = textures[0] if (texture !== undefined) texture = texture.name //texture = (texture === undefined) ? "empty.png" : texture.name @@ -137,10 +135,7 @@ } } - console.log(cube) for(let i = 0; i < 6; i++){ - console.warn(i, uvs[facenamesbb[i]]) - console.log(uvs[facenamesbb[i]][5]) if ((uvs[facenamesbb[i]][5] === undefined) || (uvs[facenamesbb[i]][5] === "empty.png")){ continue } @@ -282,8 +277,6 @@ }, 50); } - console.warn(data) - if(data.cuboids === undefined){ if(data.parent === undefined){ throw Error(`No cuboids found in file ${path}`)