Initial commit
This commit is contained in:
270
Presets/Dinesen.json
Normal file
270
Presets/Dinesen.json
Normal file
@@ -0,0 +1,270 @@
|
||||
{
|
||||
"preset_name": "Dinesen Custom",
|
||||
"supplier_name": "Dinesen",
|
||||
"notes": "Preset for standard Poliigon downloads. Prioritizes _xxx16 files. Moves previews etc. to Extra/. Assumes Metal/Rough workflow.",
|
||||
"source_naming": {
|
||||
"separator": "_",
|
||||
"part_indices": {
|
||||
"base_name": 0,
|
||||
"map_type": 1
|
||||
},
|
||||
"glossiness_keywords": [
|
||||
"GLOSS"
|
||||
],
|
||||
"bit_depth_variants": {
|
||||
"NRM": "*_NRM16*",
|
||||
"DISP": "*_DISP16*"
|
||||
}
|
||||
},
|
||||
"move_to_extra_patterns": [
|
||||
"*_Preview*",
|
||||
"*_Sphere*",
|
||||
"*_Cube*",
|
||||
"*_Flat*",
|
||||
"*.txt",
|
||||
"*.pdf",
|
||||
"*.url",
|
||||
"*.htm*",
|
||||
"*_Fabric.*"
|
||||
],
|
||||
"map_type_mapping": [
|
||||
{
|
||||
"target_type": "COL",
|
||||
"keywords": [
|
||||
"COLOR*",
|
||||
"COL",
|
||||
"COL-*",
|
||||
"DIFFUSE",
|
||||
"DIF",
|
||||
"ALBEDO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "NRM",
|
||||
"keywords": [
|
||||
"NORMAL*",
|
||||
"NORM*",
|
||||
"NRM*",
|
||||
"N"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "ROUGH",
|
||||
"keywords": [
|
||||
"ROUGHNESS",
|
||||
"ROUGH"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "ROUGH",
|
||||
"keywords": [
|
||||
"GLOSS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "AO",
|
||||
"keywords": [
|
||||
"AMBIENTOCCLUSION",
|
||||
"AO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "DISP",
|
||||
"keywords": [
|
||||
"DISPLACEMENT",
|
||||
"DISP",
|
||||
"HEIGHT",
|
||||
"BUMP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "REFL",
|
||||
"keywords": [
|
||||
"REFLECTION",
|
||||
"REFL",
|
||||
"SPECULAR",
|
||||
"SPEC"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "SSS",
|
||||
"keywords": [
|
||||
"SSS",
|
||||
"SUBSURFACE*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "FUZZ",
|
||||
"keywords": [
|
||||
"FUZZ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "IDMAP",
|
||||
"keywords": [
|
||||
"IDMAP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "MASK",
|
||||
"keywords": [
|
||||
"OPAC*",
|
||||
"TRANSP*",
|
||||
"MASK*",
|
||||
"ALPHA*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "METAL",
|
||||
"keywords": [
|
||||
"METAL*",
|
||||
"METALLIC"
|
||||
]
|
||||
}
|
||||
],
|
||||
"asset_category_rules": {
|
||||
"model_patterns": [
|
||||
"*.fbx",
|
||||
"*.obj",
|
||||
"*.blend",
|
||||
"*.mtl"
|
||||
],
|
||||
"decal_keywords": [
|
||||
"Decal"
|
||||
]
|
||||
},
|
||||
"archetype_rules": [
|
||||
[
|
||||
"Foliage",
|
||||
{
|
||||
"match_any": [
|
||||
"Plant",
|
||||
"Leaf",
|
||||
"Leaves",
|
||||
"Grass"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Fabric",
|
||||
{
|
||||
"match_any": [
|
||||
"Fabric",
|
||||
"Carpet",
|
||||
"Cloth",
|
||||
"Textile",
|
||||
"Leather"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Wood",
|
||||
{
|
||||
"match_any": [
|
||||
"Wood",
|
||||
"Timber",
|
||||
"Plank",
|
||||
"Board"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Metal",
|
||||
{
|
||||
"match_any": [
|
||||
"_Metal",
|
||||
"Steel",
|
||||
"Iron",
|
||||
"Gold",
|
||||
"Copper",
|
||||
"Chrome",
|
||||
"Aluminum",
|
||||
"Brass",
|
||||
"Bronze"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Concrete",
|
||||
{
|
||||
"match_any": [
|
||||
"Concrete",
|
||||
"Cement"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Ground",
|
||||
{
|
||||
"match_any": [
|
||||
"Ground",
|
||||
"Dirt",
|
||||
"Soil",
|
||||
"Mud",
|
||||
"Sand",
|
||||
"Gravel",
|
||||
"Asphalt",
|
||||
"Road",
|
||||
"Moss"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Stone",
|
||||
{
|
||||
"match_any": [
|
||||
"Stone",
|
||||
"Rock*",
|
||||
"Marble",
|
||||
"Granite",
|
||||
"Brick",
|
||||
"Tile",
|
||||
"Paving",
|
||||
"Pebble*",
|
||||
"Terrazzo",
|
||||
"Slate"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Plaster",
|
||||
{
|
||||
"match_any": [
|
||||
"Plaster",
|
||||
"Stucco",
|
||||
"Wall",
|
||||
"Paint"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Plastic",
|
||||
{
|
||||
"match_any": [
|
||||
"Plastic",
|
||||
"PVC",
|
||||
"Resin",
|
||||
"Rubber"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Glass",
|
||||
{
|
||||
"match_any": [
|
||||
"Glass"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
269
Presets/Poliigon.json
Normal file
269
Presets/Poliigon.json
Normal file
@@ -0,0 +1,269 @@
|
||||
{
|
||||
"preset_name": "Poliigon Standard v2",
|
||||
"supplier_name": "Poliigon",
|
||||
"notes": "Preset for standard Poliigon downloads. Prioritizes _xxx16 files. Moves previews etc. to Extra/. Assumes Metal/Rough workflow.",
|
||||
"source_naming": {
|
||||
"separator": "_",
|
||||
"part_indices": {
|
||||
"base_name": 0,
|
||||
"map_type": 1
|
||||
},
|
||||
"glossiness_keywords": [
|
||||
"GLOSS"
|
||||
],
|
||||
"bit_depth_variants": {
|
||||
"NRM": "*_NRM16*",
|
||||
"DISP": "*_DISP16*"
|
||||
}
|
||||
},
|
||||
"move_to_extra_patterns": [
|
||||
"*_Preview*",
|
||||
"*_Sphere*",
|
||||
"*_Cube*",
|
||||
"*_Flat*",
|
||||
"*.txt",
|
||||
"*.pdf",
|
||||
"*.url",
|
||||
"*.htm*",
|
||||
"*_Fabric.*"
|
||||
],
|
||||
"map_type_mapping": [
|
||||
{
|
||||
"target_type": "COL",
|
||||
"keywords": [
|
||||
"COLOR*",
|
||||
"COL",
|
||||
"DIFFUSE",
|
||||
"DIF",
|
||||
"ALBEDO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "NRM",
|
||||
"keywords": [
|
||||
"NORMAL*",
|
||||
"NORM*",
|
||||
"NRM*",
|
||||
"N"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "ROUGH",
|
||||
"keywords": [
|
||||
"ROUGHNESS",
|
||||
"ROUGH"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "ROUGH",
|
||||
"keywords": [
|
||||
"GLOSS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "AO",
|
||||
"keywords": [
|
||||
"AMBIENTOCCLUSION",
|
||||
"AO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "DISP",
|
||||
"keywords": [
|
||||
"DISPLACEMENT",
|
||||
"DISP",
|
||||
"HEIGHT",
|
||||
"BUMP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "REFL",
|
||||
"keywords": [
|
||||
"REFLECTION",
|
||||
"REFL",
|
||||
"SPECULAR",
|
||||
"SPEC"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "SSS",
|
||||
"keywords": [
|
||||
"SSS",
|
||||
"SUBSURFACE*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "FUZZ",
|
||||
"keywords": [
|
||||
"FUZZ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "IDMAP",
|
||||
"keywords": [
|
||||
"IDMAP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "MASK",
|
||||
"keywords": [
|
||||
"OPAC*",
|
||||
"TRANSP*",
|
||||
"MASK*",
|
||||
"ALPHA*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "METAL",
|
||||
"keywords": [
|
||||
"METAL*",
|
||||
"METALLIC"
|
||||
]
|
||||
}
|
||||
],
|
||||
"asset_category_rules": {
|
||||
"model_patterns": [
|
||||
"*.fbx",
|
||||
"*.obj",
|
||||
"*.blend",
|
||||
"*.mtl"
|
||||
],
|
||||
"decal_keywords": [
|
||||
"Decal"
|
||||
]
|
||||
},
|
||||
"archetype_rules": [
|
||||
[
|
||||
"Foliage",
|
||||
{
|
||||
"match_any": [
|
||||
"Plant",
|
||||
"Leaf",
|
||||
"Leaves",
|
||||
"Grass"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Fabric",
|
||||
{
|
||||
"match_any": [
|
||||
"Fabric",
|
||||
"Carpet",
|
||||
"Cloth",
|
||||
"Textile",
|
||||
"Leather"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Wood",
|
||||
{
|
||||
"match_any": [
|
||||
"Wood",
|
||||
"Timber",
|
||||
"Plank",
|
||||
"Board"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Metal",
|
||||
{
|
||||
"match_any": [
|
||||
"_Metal",
|
||||
"Steel",
|
||||
"Iron",
|
||||
"Gold",
|
||||
"Copper",
|
||||
"Chrome",
|
||||
"Aluminum",
|
||||
"Brass",
|
||||
"Bronze"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Concrete",
|
||||
{
|
||||
"match_any": [
|
||||
"Concrete",
|
||||
"Cement"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Ground",
|
||||
{
|
||||
"match_any": [
|
||||
"Ground",
|
||||
"Dirt",
|
||||
"Soil",
|
||||
"Mud",
|
||||
"Sand",
|
||||
"Gravel",
|
||||
"Asphalt",
|
||||
"Road",
|
||||
"Moss"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Stone",
|
||||
{
|
||||
"match_any": [
|
||||
"Stone",
|
||||
"Rock*",
|
||||
"Marble",
|
||||
"Granite",
|
||||
"Brick",
|
||||
"Tile",
|
||||
"Paving",
|
||||
"Pebble*",
|
||||
"Terrazzo",
|
||||
"Slate"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Plaster",
|
||||
{
|
||||
"match_any": [
|
||||
"Plaster",
|
||||
"Stucco",
|
||||
"Wall",
|
||||
"Paint"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Plastic",
|
||||
{
|
||||
"match_any": [
|
||||
"Plastic",
|
||||
"PVC",
|
||||
"Resin",
|
||||
"Rubber"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Glass",
|
||||
{
|
||||
"match_any": [
|
||||
"Glass"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
270
Presets/_template.json
Normal file
270
Presets/_template.json
Normal file
@@ -0,0 +1,270 @@
|
||||
{
|
||||
"preset_name": "Poliigon Standard v2",
|
||||
"supplier_name": "Poliigon",
|
||||
"notes": "Preset for standard Poliigon downloads. Prioritizes _xxx16 files. Moves previews etc. to Extra/. Assumes Metal/Rough workflow.",
|
||||
"source_naming": {
|
||||
"separator": "_",
|
||||
"part_indices": {
|
||||
"base_name": 0,
|
||||
"map_type": 1
|
||||
},
|
||||
"glossiness_keywords": [
|
||||
"GLOSS"
|
||||
],
|
||||
"bit_depth_variants": {
|
||||
"NRM": "*_NRM16*",
|
||||
"DISP": "*_DISP16*"
|
||||
}
|
||||
},
|
||||
"move_to_extra_patterns": [
|
||||
"*_Preview*",
|
||||
"*_Sphere*",
|
||||
"*_Cube*",
|
||||
"*_Flat*",
|
||||
"*.txt",
|
||||
"*.pdf",
|
||||
"*.url",
|
||||
"*.htm*",
|
||||
"*_Fabric.*"
|
||||
],
|
||||
"map_type_mapping": [
|
||||
{
|
||||
"target_type": "COL",
|
||||
"keywords": [
|
||||
"COLOR*",
|
||||
"COL",
|
||||
"DIFFUSE",
|
||||
"DIF",
|
||||
"ALBEDO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "NRM",
|
||||
"keywords": [
|
||||
"NORMAL*",
|
||||
"NORM*",
|
||||
"NRM*",
|
||||
"N"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "ROUGH",
|
||||
"keywords": [
|
||||
"ROUGHNESS",
|
||||
"ROUGH"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "ROUGH",
|
||||
"keywords": [
|
||||
"GLOSS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "AO",
|
||||
"keywords": [
|
||||
"AMBIENTOCCLUSION",
|
||||
"AO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "DISP",
|
||||
"keywords": [
|
||||
"DISPLACEMENT",
|
||||
"DISP",
|
||||
"HEIGHT",
|
||||
"BUMP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "REFL",
|
||||
"keywords": [
|
||||
"REFLECTION",
|
||||
"REFL",
|
||||
"SPECULAR",
|
||||
"SPEC"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "SSS",
|
||||
"keywords": [
|
||||
"SSS",
|
||||
"SUBSURFACE*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "FUZZ",
|
||||
"keywords": [
|
||||
"FUZZ"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "IDMAP",
|
||||
"keywords": [
|
||||
"ID*",
|
||||
"IDMAP"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "MASK",
|
||||
"keywords": [
|
||||
"OPAC*",
|
||||
"TRANS*",
|
||||
"MASK*",
|
||||
"ALPHA*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target_type": "METAL",
|
||||
"keywords": [
|
||||
"METALNESS_",
|
||||
"METALLIC"
|
||||
]
|
||||
}
|
||||
],
|
||||
"asset_category_rules": {
|
||||
"model_patterns": [
|
||||
"*.fbx",
|
||||
"*.obj",
|
||||
"*.blend",
|
||||
"*.mtl"
|
||||
],
|
||||
"decal_keywords": [
|
||||
"Decal"
|
||||
]
|
||||
},
|
||||
"archetype_rules": [
|
||||
[
|
||||
"Foliage",
|
||||
{
|
||||
"match_any": [
|
||||
"Plant",
|
||||
"Leaf",
|
||||
"Leaves",
|
||||
"Grass"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Fabric",
|
||||
{
|
||||
"match_any": [
|
||||
"Fabric",
|
||||
"Carpet",
|
||||
"Cloth",
|
||||
"Textile",
|
||||
"Leather"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Wood",
|
||||
{
|
||||
"match_any": [
|
||||
"Wood",
|
||||
"Timber",
|
||||
"Plank",
|
||||
"Board"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Metal",
|
||||
{
|
||||
"match_any": [
|
||||
"_Metal",
|
||||
"Steel",
|
||||
"Iron",
|
||||
"Gold",
|
||||
"Copper",
|
||||
"Chrome",
|
||||
"Aluminum",
|
||||
"Brass",
|
||||
"Bronze"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Concrete",
|
||||
{
|
||||
"match_any": [
|
||||
"Concrete",
|
||||
"Cement"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Ground",
|
||||
{
|
||||
"match_any": [
|
||||
"Ground",
|
||||
"Dirt",
|
||||
"Soil",
|
||||
"Mud",
|
||||
"Sand",
|
||||
"Gravel",
|
||||
"Asphalt",
|
||||
"Road",
|
||||
"Moss"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Stone",
|
||||
{
|
||||
"match_any": [
|
||||
"Stone",
|
||||
"Rock*",
|
||||
"Marble",
|
||||
"Granite",
|
||||
"Brick",
|
||||
"Tile",
|
||||
"Paving",
|
||||
"Pebble*",
|
||||
"Terrazzo",
|
||||
"Slate"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Plaster",
|
||||
{
|
||||
"match_any": [
|
||||
"Plaster",
|
||||
"Stucco",
|
||||
"Wall",
|
||||
"Paint"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Plastic",
|
||||
{
|
||||
"match_any": [
|
||||
"Plastic",
|
||||
"PVC",
|
||||
"Resin",
|
||||
"Rubber"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
],
|
||||
[
|
||||
"Glass",
|
||||
{
|
||||
"match_any": [
|
||||
"Glass"
|
||||
],
|
||||
"match_all": []
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user