disable root toggle, rename settings

This commit is contained in:
Alexey Bogomolov 2023-02-21 00:13:53 +03:00
parent 0ab48cf607
commit 7fe1473dde
2 changed files with 9 additions and 10 deletions

View file

@ -18,8 +18,8 @@
}
},
"copy_fusion_settings": {
"copy_path": "~/.openpype/hosts/fusion/profiles",
"copy_status": false,
"copy_path": "~/.openpype/hosts/fusion/prefs",
"force_sync": false
}
}

View file

@ -50,23 +50,22 @@
"type": "dict",
"key": "copy_fusion_settings",
"collapsible": true,
"checkbox_key": "copy_status",
"label": "Copy Fusion settings on launch",
"label": "Local Fusion profile settings",
"children": [
{
"type": "boolean",
"key": "copy_status",
"label": "Enabled"
},
{
"key": "copy_path",
"type": "path",
"label": "Local prefs directory"
"label": "Local Fusion profile directory"
},
{
"type": "boolean",
"key": "copy_status",
"label": "Copy profile on first launch"
},
{
"key":"force_sync",
"type": "boolean",
"label": "Force sync preferences"
"label": "Resync profile on each launch"
}
]
}