mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added TVPaint to applications
This commit is contained in:
parent
cc70fd7552
commit
0de4a563ee
3 changed files with 94 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -65,6 +65,10 @@
|
|||
"type": "schema",
|
||||
"name": "schema_harmony"
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_tvpaint"
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_photoshop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue