mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Add Fusion 17 to defaults
This commit is contained in:
parent
8dca5c9ccb
commit
4ae8d298a6
1 changed files with 19 additions and 5 deletions
|
|
@ -690,15 +690,31 @@
|
||||||
"OPENPYPE_LOG_NO_COLORS": "Yes"
|
"OPENPYPE_LOG_NO_COLORS": "Yes"
|
||||||
},
|
},
|
||||||
"variants": {
|
"variants": {
|
||||||
"16": {
|
"17": {
|
||||||
"enabled": true,
|
|
||||||
"variant_label": "16",
|
|
||||||
"use_python_2": false,
|
"use_python_2": false,
|
||||||
"executables": {
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Blackmagic Design\\Fusion 17\\Fusion.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
|
"arguments": {
|
||||||
"windows": [],
|
"windows": [],
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
|
"environment": {}
|
||||||
|
},
|
||||||
|
"16": {
|
||||||
|
"use_python_2": false,
|
||||||
|
"executables": {
|
||||||
|
"windows": [
|
||||||
|
"C:\\Program Files\\Blackmagic Design\\Fusion 16\\Fusion.exe"
|
||||||
|
],
|
||||||
|
"darwin": [],
|
||||||
|
"linux": []
|
||||||
|
},
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"windows": [],
|
"windows": [],
|
||||||
"darwin": [],
|
"darwin": [],
|
||||||
|
|
@ -707,8 +723,6 @@
|
||||||
"environment": {}
|
"environment": {}
|
||||||
},
|
},
|
||||||
"9": {
|
"9": {
|
||||||
"enabled": true,
|
|
||||||
"variant_label": "9",
|
|
||||||
"use_python_2": false,
|
"use_python_2": false,
|
||||||
"executables": {
|
"executables": {
|
||||||
"windows": [
|
"windows": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue