GUI - File Type Keybinds And F2 Renaming

This commit is contained in:
2025-05-06 20:31:53 +02:00
parent ff548e902e
commit 9a27d23a4c
7 changed files with 530 additions and 73 deletions

View File

@@ -57,7 +57,8 @@
],
"standard_type": "COL",
"bit_depth_rule": "force_8bit",
"is_grayscale": false
"is_grayscale": false,
"keybind": "C"
},
"MAP_NRM": {
"description": "Normal Map",
@@ -68,7 +69,8 @@
],
"standard_type": "NRM",
"bit_depth_rule": "respect",
"is_grayscale": false
"is_grayscale": false,
"keybind": "N"
},
"MAP_METAL": {
"description": "Metalness Map",
@@ -79,7 +81,8 @@
],
"standard_type": "METAL",
"bit_depth_rule": "force_8bit",
"is_grayscale": true
"is_grayscale": true,
"keybind": "M"
},
"MAP_ROUGH": {
"description": "Roughness Map",
@@ -91,7 +94,20 @@
],
"standard_type": "ROUGH",
"bit_depth_rule": "force_8bit",
"is_grayscale": true
"is_grayscale": true,
"keybind": "R"
},
"MAP_GLOSS": {
"description": "Glossiness Map",
"color": "#d6bfd6",
"examples": [
"_gloss.",
"_gls."
],
"standard_type": "GLOSS",
"bit_depth_rule": "force_8bit",
"is_grayscale": true,
"keybind": "R"
},
"MAP_AO": {
"description": "Ambient Occlusion Map",
@@ -113,7 +129,8 @@
],
"standard_type": "DISP",
"bit_depth_rule": "respect",
"is_grayscale": true
"is_grayscale": true,
"keybind": "D"
},
"MAP_REFL": {
"description": "Reflection/Specular Map",
@@ -124,7 +141,8 @@
],
"standard_type": "REFL",
"bit_depth_rule": "force_8bit",
"is_grayscale": true
"is_grayscale": true,
"keybind": "M"
},
"MAP_SSS": {
"description": "Subsurface Scattering Map",
@@ -210,7 +228,8 @@
],
"standard_type": "",
"bit_depth_rule": "",
"is_grayscale": false
"is_grayscale": false,
"keybind": "E"
},
"FILE_IGNORE": {
"description": "File to be ignored",
@@ -221,7 +240,8 @@
],
"standard_type": "",
"bit_depth_rule": "",
"is_grayscale": false
"is_grayscale": false,
"keybind": "X"
}
},
"TARGET_FILENAME_PATTERN": "{base_name}_{map_type}_{resolution}.{ext}",