add copy fusion prefs global settings

This commit is contained in:
Alexey Bogomolov 2023-02-03 20:32:38 +03:00
parent 015cc26114
commit 9bba80ff61
2 changed files with 32 additions and 1 deletions

View file

@ -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": []
},

View file

@ -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",