babylonjs-node-geometry-editor 9.16.0 → 9.16.2

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.
@@ -1781,7 +1781,7 @@ declare namespace BABYLON.NodeGeometryEditor.SharedUIComponents {
1781
1781
  /**
1782
1782
  * The types of scene objects that can be targeted by overrides.
1783
1783
  */
1784
- export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
1784
+ export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
1785
1785
  /**
1786
1786
  * An override value. Supports scalars, color/vector arrays, object references,
1787
1787
  * and null (used to clear a slot, e.g. removing a material assignment).
@@ -2014,7 +2014,7 @@ export interface IOverrideEntry {
2014
2014
  /**
2015
2015
  * The types of scene objects that can be targeted by overrides.
2016
2016
  */
2017
- export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
2017
+ export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
2018
2018
  /**
2019
2019
  * An override value. Supports scalars, color/vector arrays, object references,
2020
2020
  * and null (used to clear a slot, e.g. removing a material assignment).
@@ -10807,7 +10807,7 @@ declare namespace BABYLON.NodeGeometryEditor.SharedUIComponents {
10807
10807
  /**
10808
10808
  * The types of scene objects that can be targeted by overrides.
10809
10809
  */
10810
- export type OverrideTargetType = "meshes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
10810
+ export type OverrideTargetType = "meshes" | "transformNodes" | "materials" | "textures" | "lights" | "cameras" | "animationGroups" | "scene";
10811
10811
  /**
10812
10812
  * An override value. Supports scalars, color/vector arrays, object references,
10813
10813
  * and null (used to clear a slot, e.g. removing a material assignment).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "babylonjs-node-geometry-editor",
3
- "version": "9.16.0",
3
+ "version": "9.16.2",
4
4
  "main": "babylon.nodeGeometryEditor.js",
5
5
  "types": "babylon.nodeGeometryEditor.module.d.ts",
6
6
  "files": [
@@ -15,7 +15,7 @@
15
15
  "clean": "rimraf dist && rimraf babylon*.* -g"
16
16
  },
17
17
  "dependencies": {
18
- "babylonjs": "9.16.0"
18
+ "babylonjs": "9.16.2"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@dev/build-tools": "1.0.0",