mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed 'use_python_2' from fusion settings schema
This commit is contained in:
parent
39367dea03
commit
bb88f5e804
2 changed files with 18 additions and 10 deletions
|
|
@ -691,7 +691,6 @@
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"17": {
|
"17": {
|
||||||
"use_python_2": false,
|
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Blackmagic Design\\Fusion 17\\Fusion.exe"
|
"C:\\Program Files\\Blackmagic Design\\Fusion 17\\Fusion.exe"
|
||||||
|
|
@ -707,7 +706,6 @@
|
||||||
"environment": {}
|
"environment": {}
|
||||||
},
|
},
|
||||||
"16": {
|
"16": {
|
||||||
"use_python_2": false,
|
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Blackmagic Design\\Fusion 16\\Fusion.exe"
|
"C:\\Program Files\\Blackmagic Design\\Fusion 16\\Fusion.exe"
|
||||||
|
|
@ -723,7 +721,6 @@
|
||||||
"environment": {}
|
"environment": {}
|
||||||
},
|
},
|
||||||
"9": {
|
"9": {
|
||||||
"use_python_2": false,
|
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
"C:\\Program Files\\Blackmagic Design\\Fusion 9\\Fusion.exe"
|
"C:\\Program Files\\Blackmagic Design\\Fusion 9\\Fusion.exe"
|
||||||
|
|
@ -952,8 +949,12 @@
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"variant_label": "21",
|
"variant_label": "21",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": ["c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 21 Premium\\win64\\bin\\HarmonyPremium.exe"],
|
"windows": [
|
||||||
"darwin": ["/Applications/Toon Boom Harmony 21 Premium/Harmony Premium.app/Contents/MacOS/Harmony Premium"],
|
"c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 21 Premium\\win64\\bin\\HarmonyPremium.exe"
|
||||||
|
],
|
||||||
|
"darwin": [
|
||||||
|
"/Applications/Toon Boom Harmony 21 Premium/Harmony Premium.app/Contents/MacOS/Harmony Premium"
|
||||||
|
],
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
|
@ -967,8 +968,12 @@
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"variant_label": "20",
|
"variant_label": "20",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": ["c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 20 Premium\\win64\\bin\\HarmonyPremium.exe"],
|
"windows": [
|
||||||
"darwin": ["/Applications/Toon Boom Harmony 20 Premium/Harmony Premium.app/Contents/MacOS/Harmony Premium"],
|
"c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 20 Premium\\win64\\bin\\HarmonyPremium.exe"
|
||||||
|
],
|
||||||
|
"darwin": [
|
||||||
|
"/Applications/Toon Boom Harmony 20 Premium/Harmony Premium.app/Contents/MacOS/Harmony Premium"
|
||||||
|
],
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
|
@ -982,7 +987,9 @@
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"variant_label": "17",
|
"variant_label": "17",
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": ["c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 17 Premium\\win64\\bin\\HarmonyPremium.exe"],
|
"windows": [
|
||||||
|
"c:\\Program Files (x86)\\Toon Boom Animation\\Toon Boom Harmony 17 Premium\\win64\\bin\\HarmonyPremium.exe"
|
||||||
|
],
|
||||||
"darwin": [
|
"darwin": [
|
||||||
"/Applications/Toon Boom Harmony 17 Premium/Harmony Premium.app/Contents/MacOS/Harmony Premium"
|
"/Applications/Toon Boom Harmony 17 Premium/Harmony Premium.app/Contents/MacOS/Harmony Premium"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -30,10 +30,11 @@
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"type": "schema_template",
|
"type": "schema_template",
|
||||||
"name": "template_host_variant_items"
|
"name": "template_host_variant_items",
|
||||||
|
"skip_paths": ["use_python_2"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue