mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
add copy fusion prefs global settings
This commit is contained in:
parent
015cc26114
commit
9bba80ff61
2 changed files with 32 additions and 1 deletions
|
|
@ -835,6 +835,10 @@
|
|||
"linux": "/opt/Python/3.6/bin"
|
||||
}
|
||||
},
|
||||
"copy_fusion_settings": {
|
||||
"copy_prefs": false,
|
||||
"prefs_path": "~/.openpype/hosts/fusion/prefs"
|
||||
},
|
||||
"variants": {
|
||||
"18": {
|
||||
"executables": {
|
||||
|
|
@ -1302,7 +1306,9 @@
|
|||
"variant_label": "Current",
|
||||
"use_python_2": false,
|
||||
"executables": {
|
||||
"windows": ["C:/Program Files/CelAction/CelAction2D Studio/CelAction2D.exe"],
|
||||
"windows": [
|
||||
"C:/Program Files/CelAction/CelAction2D Studio/CelAction2D.exe"
|
||||
],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,6 +19,31 @@
|
|||
"label": "Environment",
|
||||
"type": "raw-json"
|
||||
},
|
||||
{
|
||||
"type": "splitter"
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"key": "copy_fusion_settings",
|
||||
"collapsible": true,
|
||||
"checkbox_key": "copy_prefs",
|
||||
"label": "Copy Fusion preferences",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "copy_prefs",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"key": "prefs_path",
|
||||
"type": "path",
|
||||
"label": "Local prefs directory"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "splitter"
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "variants",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue