Material nodes wip, various refactoring

This commit is contained in:
barsdeveloper
2023-04-25 22:31:21 +02:00
parent dd25a75c02
commit b96746d1d9
36 changed files with 776 additions and 538 deletions

6
js/Shortcut.js Normal file
View File

@@ -0,0 +1,6 @@
export default class Shortcut {
static deleteNodes = "Delete"
static duplicateNodes = "(bCtrl=True,Key=D)"
static selectAllNodes = "(bCtrl=True,Key=A)"
static enableZoomIn = ["LeftControl", "RightControl"] // Button to enable more than 1:1 zoom
}