added TVPaint to applications

This commit is contained in:
iLLiCiTiT 2020-11-25 10:50:26 +01:00
parent cc70fd7552
commit 0de4a563ee
3 changed files with 94 additions and 0 deletions

View file

@ -855,6 +855,55 @@
}
}
},
"tvpaint": {
"enabled": true,
"label": "TVPaint",
"icon": "{}/app_icons/tvpaint.png",
"is_host": true,
"environment": {
"__environment_keys__": {
"tvpaint": []
}
},
"variants": {
"tvpaint_Animation 11 (64bits)": {
"enabled": true,
"label": "",
"variant_label": "Animation 11 (64bits)",
"icon": "",
"executables": {
"windows": [
"C:\\Program Files\\TVPaint Developpement\\TVPaint Animation 11 (64bits)\\TVPaint Animation 11 (64bits).exe"
],
"darwin": [],
"linux": []
},
"environment": {
"__environment_keys__": {
"tvpaint_Animation 11 (64bits)": []
}
}
},
"tvpaint_Animation 11 (32bits)": {
"enabled": true,
"label": "",
"variant_label": "Animation 11 (32bits)",
"icon": "",
"executables": {
"windows": [
"C:\\Program Files (x86)\\TVPaint Developpement\\TVPaint Animation 11 (32bits)\\TVPaint Animation 11 (32bits).exe"
],
"darwin": [],
"linux": []
},
"environment": {
"__environment_keys__": {
"tvpaint_Animation 11 (32bits)": []
}
}
}
}
},
"photoshop": {
"enabled": true,
"label": "Adobe Photoshop",

View file

@ -0,0 +1,41 @@
{
"type": "dict",
"key": "tvpaint",
"label": "TVPaint",
"collapsable": true,
"checkbox_key": "enabled",
"children": [{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "schema_template",
"name": "template_host_unchangables"
},
{
"key": "environment",
"label": "Environment",
"type": "raw-json",
"env_group_key": "tvpaint"
},
{
"type": "dict-invisible",
"key": "variants",
"children": [{
"type": "schema_template",
"name": "template_host_variant",
"template_data": [
{
"host_version": "Animation 11 (64bits)",
"host_name": "tvpaint"
},
{
"host_version": "Animation 11 (32bits)",
"host_name": "tvpaint"
}
]
}]
}
]
}

View file

@ -65,6 +65,10 @@
"type": "schema",
"name": "schema_harmony"
},
{
"type": "schema",
"name": "schema_tvpaint"
},
{
"type": "schema",
"name": "schema_photoshop"