Preferences, Config.py Migration, Bug Fixes, and Documention updates

This commit is contained in:
2025-05-01 22:54:05 +02:00
parent 5c041e3774
commit 1ac23eb252
13 changed files with 1236 additions and 498 deletions

View File

@@ -2,7 +2,7 @@
"ASSET_TYPE_DEFINITIONS": {
"Surface": {
"description": "Standard PBR material set for a surface.",
"color": "#87CEEB",
"color": "#1f3e5d",
"examples": [
"WoodFloor01",
"MetalPlate05"
@@ -44,7 +44,7 @@
"FILE_TYPE_DEFINITIONS": {
"MAP_COL": {
"description": "Color/Albedo Map",
"color": "#FFFFE0",
"color": "#3d3021",
"examples": [
"_col.",
"_basecolor."
@@ -54,7 +54,7 @@
},
"MAP_NRM": {
"description": "Normal Map",
"color": "#E6E6FA",
"color": "#23263d",
"examples": [
"_nrm.",
"_normal."
@@ -64,7 +64,7 @@
},
"MAP_METAL": {
"description": "Metalness Map",
"color": "#C0C0C0",
"color": "#1f1f1f",
"examples": [
"_metal.",
"_met."
@@ -74,7 +74,7 @@
},
"MAP_ROUGH": {
"description": "Roughness Map",
"color": "#A0522D",
"color": "#3d1f11",
"examples": [
"_rough.",
"_rgh."
@@ -84,7 +84,7 @@
},
"MAP_AO": {
"description": "Ambient Occlusion Map",
"color": "#A9A9A9",
"color": "#3d3d3d",
"examples": [
"_ao.",
"_ambientocclusion."
@@ -94,7 +94,7 @@
},
"MAP_DISP": {
"description": "Displacement/Height Map",
"color": "#FFB6C1",
"color": "#35343d",
"examples": [
"_disp.",
"_height."
@@ -104,7 +104,7 @@
},
"MAP_REFL": {
"description": "Reflection/Specular Map",
"color": "#E0FFFF",
"color": "#363d3d",
"examples": [
"_refl.",
"_specular."
@@ -114,7 +114,7 @@
},
"MAP_SSS": {
"description": "Subsurface Scattering Map",
"color": "#FFDAB9",
"color": "#3d342c",
"examples": [
"_sss.",
"_subsurface."
@@ -124,7 +124,7 @@
},
"MAP_FUZZ": {
"description": "Fuzz/Sheen Map",
"color": "#FFA07A",
"color": "#3d261d",
"examples": [
"_fuzz.",
"_sheen."
@@ -134,7 +134,7 @@
},
"MAP_IDMAP": {
"description": "ID Map (for masking)",
"color": "#F08080",
"color": "#3d2121",
"examples": [
"_id.",
"_matid."
@@ -144,7 +144,7 @@
},
"MAP_MASK": {
"description": "Generic Mask Map",
"color": "#FFFFFF",
"color": "#3d3d3d",
"examples": [
"_mask."
],
@@ -153,7 +153,7 @@
},
"MAP_IMPERFECTION": {
"description": "Imperfection Map (scratches, dust)",
"color": "#F0E68C",
"color": "#3d3a24",
"examples": [
"_imp.",
"_imperfection."
@@ -163,30 +163,33 @@
},
"MODEL": {
"description": "3D Model File",
"color": "#FFA500",
"color": "#3d2700",
"examples": [
".fbx",
".obj"
],
"bit_depth_rule": "respect"
"standard_type": "",
"bit_depth_rule": ""
},
"EXTRA": {
"description": "Non-standard/Unclassified File",
"color": "#778899",
"color": "#2f363d",
"examples": [
".txt",
".zip"
],
"bit_depth_rule": "respect"
"standard_type": "",
"bit_depth_rule": ""
},
"FILE_IGNORE": {
"description": "File to be ignored",
"color": "#2F4F4F",
"color": "#243d3d",
"examples": [
"Thumbs.db",
".DS_Store"
],
"bit_depth_rule": "respect"
"standard_type": "",
"bit_depth_rule": ""
}
},
"TARGET_FILENAME_PATTERN": "{base_name}_{map_type}_{resolution}.{ext}",
@@ -203,7 +206,9 @@
"IDMAP",
"MASK"
],
"RESPECT_VARIANT_MAP_TYPES": "COL",
"RESPECT_VARIANT_MAP_TYPES": [
"COL"
],
"EXTRA_FILES_SUBDIR": "Extra",
"OUTPUT_BASE_DIR": "../Asset_Processor_Output",
"METADATA_FILENAME": "metadata.json",
@@ -220,7 +225,7 @@
"1K": 1024
},
"ASPECT_RATIO_DECIMALS": 2,
"OUTPUT_FORMAT_16BIT_PRIMARY": "png",
"OUTPUT_FORMAT_16BIT_PRIMARY": "exr",
"OUTPUT_FORMAT_16BIT_FALLBACK": "png",
"OUTPUT_FORMAT_8BIT": "png",
"MAP_MERGE_RULES": [