mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove royal render project settings conversion
This commit is contained in:
parent
6d988ff938
commit
ff9db0ffa1
1 changed files with 0 additions and 15 deletions
|
|
@ -133,24 +133,9 @@ def convert_system_settings(ayon_settings, default_settings, addon_versions):
|
|||
|
||||
|
||||
# --------- Project settings ---------
|
||||
def _convert_royalrender_project_settings(ayon_settings, output):
|
||||
if "royalrender" not in ayon_settings:
|
||||
return
|
||||
ayon_royalrender = ayon_settings["royalrender"]
|
||||
rr_paths = ayon_royalrender.get("selected_rr_paths", [])
|
||||
|
||||
output["royalrender"] = {
|
||||
"publish": ayon_royalrender["publish"],
|
||||
"rr_paths": rr_paths,
|
||||
}
|
||||
|
||||
|
||||
def convert_project_settings(ayon_settings, default_settings):
|
||||
default_settings = copy.deepcopy(default_settings)
|
||||
output = {}
|
||||
|
||||
_convert_royalrender_project_settings(ayon_settings, output)
|
||||
|
||||
for key, value in ayon_settings.items():
|
||||
if key not in output:
|
||||
output[key] = value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue