@babylonjs/node-editor 7.33.0 → 7.34.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -472,7 +472,7 @@ export class ConnectionPointPortData implements IPortData {
472
472
  canConnectTo(port: IPortData): boolean;
473
473
  disconnectFrom(port: IPortData): void;
474
474
  checkCompatibilityState(port: IPortData): 0 | NodeMaterialConnectionPointCompatibilityStates.TypeIncompatible | NodeMaterialConnectionPointCompatibilityStates.TargetIncompatible | NodeMaterialConnectionPointCompatibilityStates.HierarchyIssue;
475
- getCompatibilityIssueMessage(issue: number, targetNode: GraphNode, targetPort: IPortData): "" | "Cannot connect two different connection types" | "Source block can only work in fragment shader whereas destination block is currently aimed for the vertex shader" | "Source block cannot be connected with one of its ancestors";
475
+ getCompatibilityIssueMessage(issue: number, targetNode: GraphNode, targetPort: IPortData): string;
476
476
  }
477
477
 
478
478
  }
@@ -1155,11 +1155,11 @@ export enum PreviewType {
1155
1155
  Rain = 9,
1156
1156
  Explosion = 10,
1157
1157
  Fire = 11,
1158
- Custom = 12,
1159
- Room = 13,
1160
- Parrot = 14,
1161
- BricksSkull = 15,
1162
- Plants = 16
1158
+ Parrot = 12,
1159
+ BricksSkull = 13,
1160
+ Plants = 14,
1161
+ Custom = 15,
1162
+ Room = 16
1163
1163
  }
1164
1164
 
1165
1165
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babylonjs/node-editor",
3
- "version": "7.33.0",
3
+ "version": "7.34.1",
4
4
  "main": "dist/babylon.nodeEditor.max.js",
5
5
  "module": "dist/babylon.nodeEditor.max.js",
6
6
  "esnext": "dist/babylon.nodeEditor.max.js",
@@ -23,7 +23,7 @@
23
23
  "@types/react-dom": ">=16.0.9"
24
24
  },
25
25
  "devDependencies": {
26
- "@babylonjs/core": "^7.33.0",
26
+ "@babylonjs/core": "^7.34.1",
27
27
  "react": "^17.0.2",
28
28
  "react-dom": "^17.0.2"
29
29
  },