sunrize 1.8.8 → 1.8.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "1.8.8",
4
+ "version": "1.8.9",
5
5
  "description": "A Multi-Platform X3D Editor",
6
6
  "main": "src/main.js",
7
7
  "bin": {
@@ -109,7 +109,7 @@
109
109
  "string-similarity": "^4.0.4",
110
110
  "tweakpane": "^3.1.10",
111
111
  "update-electron-app": "^3.1.1",
112
- "x_ite": "^11.5.8",
112
+ "x_ite": "^11.5.9",
113
113
  "x3d-traverse": "^1.0.12"
114
114
  }
115
115
  }
@@ -1249,11 +1249,6 @@ module .exports = class OutlineEditor extends OutlineRouteGraph
1249
1249
  Editor .setFieldValue (executionContext, parent2Node, parent2Field, childNode);
1250
1250
  }
1251
1251
 
1252
- if (parentField instanceof X3D .X3DArrayField)
1253
- Editor .setFieldValue (executionContext, parentNode, parentField, new X3D .MFNode ());
1254
- else
1255
- Editor .setFieldValue (executionContext, parentNode, parentField, null);
1256
-
1257
1252
  UndoManager .shared .endUndo ();
1258
1253
  }
1259
1254
 
@@ -429,7 +429,7 @@ DEF ScreenText Transform {
429
429
  x3dSyntax: `
430
430
  EnvironmentLight {
431
431
  diffuseTexture ImageCubeMapTexture {
432
- url "https://create3000.github.io/Library/Tests/Components/images/helipad-diffuse.jpg"
432
+ url "https://cdn.jsdelivr.net/npm/x3d-image@2.1.3/src/images/cannon-exterior-diffuse.avif"
433
433
  textureProperties DEF _1 TextureProperties {
434
434
  generateMipMaps TRUE
435
435
  minificationFilter "NICEST"
@@ -437,7 +437,7 @@ EnvironmentLight {
437
437
  }
438
438
  }
439
439
  specularTexture ImageCubeMapTexture {
440
- url "https://create3000.github.io/Library/Tests/Components/images/helipad-specular.jpg"
440
+ url "https://cdn.jsdelivr.net/npm/x3d-image@2.1.3/src/images/cannon-exterior-specular.avif"
441
441
  textureProperties USE _1
442
442
  }
443
443
  }