Merge pull request #4572 from movalex/feature/setup-fusion-profile-on-prelaunch

This commit is contained in:
Jakub Ježek 2023-03-17 17:43:00 +01:00 committed by GitHub
commit cbbfdb540b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 294 additions and 51 deletions

View file

@ -16,5 +16,10 @@
"linux": []
}
}
},
"copy_fusion_settings": {
"copy_path": "~/.openpype/hosts/fusion/profiles",
"copy_status": false,
"force_sync": false
}
}

View file

@ -45,6 +45,29 @@
]
}
]
},
{
"type": "dict",
"key": "copy_fusion_settings",
"collapsible": true,
"label": "Local Fusion profile settings",
"children": [
{
"key": "copy_path",
"type": "path",
"label": "Local Fusion profile directory"
},
{
"type": "boolean",
"key": "copy_status",
"label": "Copy profile on first launch"
},
{
"key":"force_sync",
"type": "boolean",
"label": "Resync profile on each launch"
}
]
}
]
}