Changes in schema settings for AE and Harmony

This commit is contained in:
Petr Dvorak 2022-06-24 11:35:39 +02:00
parent ecc4f26808
commit 59fee83807
3 changed files with 31 additions and 63 deletions

View file

@ -986,8 +986,6 @@
}, },
"variants": { "variants": {
"21": { "21": {
"enabled": true,
"variant_label": "21",
"executables": { "executables": {
"windows": [ "windows": [
"c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 21 Premium\\win64\\bin\\HarmonyPremium.exe" "c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 21 Premium\\win64\\bin\\HarmonyPremium.exe"
@ -1005,8 +1003,6 @@
"environment": {} "environment": {}
}, },
"20": { "20": {
"enabled": true,
"variant_label": "20",
"executables": { "executables": {
"windows": [ "windows": [
"c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 20 Premium\\win64\\bin\\HarmonyPremium.exe" "c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 20 Premium\\win64\\bin\\HarmonyPremium.exe"
@ -1024,8 +1020,6 @@
"environment": {} "environment": {}
}, },
"17": { "17": {
"enabled": true,
"variant_label": "17",
"executables": { "executables": {
"windows": [ "windows": [
"c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 17 Premium\\win64\\bin\\HarmonyPremium.exe" "c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 17 Premium\\win64\\bin\\HarmonyPremium.exe"
@ -1155,11 +1149,9 @@
}, },
"variants": { "variants": {
"2020": { "2020": {
"enabled": true,
"variant_label": "2020",
"executables": { "executables": {
"windows": [ "windows": [
"" "C:\\Program Files\\Adobe\\Adobe After Effects 2020\\Support Files\\Photoshop.exe"
], ],
"darwin": [], "darwin": [],
"linux": [] "linux": []
@ -1172,11 +1164,9 @@
"environment": {} "environment": {}
}, },
"2021": { "2021": {
"enabled": true,
"variant_label": "2021",
"executables": { "executables": {
"windows": [ "windows": [
"C:\\Program Files\\Adobe\\Adobe After Effects 2021\\Support Files\\AfterFX.exe" "C:\\Program Files\\Adobe\\Adobe After Effects 2021\\Support Files\\Photoshop.exe"
], ],
"darwin": [], "darwin": [],
"linux": [] "linux": []
@ -1189,11 +1179,9 @@
"environment": {} "environment": {}
}, },
"2022": { "2022": {
"enabled": true,
"variant_label": "2022",
"executables": { "executables": {
"windows": [ "windows": [
"C:\\Program Files\\Adobe\\Adobe After Effects 2022\\Support Files\\AfterFX.exe" "C:\\Program Files\\Adobe\\Adobe After Effects 2022\\Support Files\\Photoshop.exe"
], ],
"darwin": [], "darwin": [],
"linux": [] "linux": []

View file

@ -20,31 +20,21 @@
"type": "raw-json" "type": "raw-json"
}, },
{ {
"type": "dict", "type": "dict-modifiable",
"key": "variants", "key": "variants",
"children": [ "collapsible_key": true,
{ "use_label_wrap": false,
"type": "schema_template", "object_type": {
"name": "template_host_variant", "type": "dict",
"template_data": [ "collapsible": true,
{ "children": [
"app_variant_label": "2020", {
"app_variant": "2020", "type": "schema_template",
"variant_skip_paths": ["use_python_2"] "name": "template_host_variant_items",
}, "skip_paths": ["use_python_2"]
{ }
"app_variant_label": "2021", ]
"app_variant": "2021", }
"variant_skip_paths": ["use_python_2"]
},
{
"app_variant_label": "2022",
"app_variant": "2022",
"variant_skip_paths": ["use_python_2"]
}
]
}
]
} }
] ]
} }

View file

@ -20,31 +20,21 @@
"type": "raw-json" "type": "raw-json"
}, },
{ {
"type": "dict", "type": "dict-modifiable",
"key": "variants", "key": "variants",
"children": [ "collapsible_key": true,
{ "use_label_wrap": false,
"type": "schema_template", "object_type": {
"name": "template_host_variant", "type": "dict",
"template_data": [ "collapsible": true,
{ "children": [
"app_variant_label": "21", {
"app_variant": "21", "type": "schema_template",
"variant_skip_paths": ["use_python_2"] "name": "template_host_variant_items",
}, "skip_paths": ["use_python_2"]
{ }
"app_variant_label": "20", ]
"app_variant": "20", }
"variant_skip_paths": ["use_python_2"]
},
{
"app_variant_label": "17",
"app_variant": "17",
"variant_skip_paths": ["use_python_2"]
}
]
}
]
} }
] ]
} }