mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
move default settings from 'project_settings/global/tools/publish/template_name_profiles' to legacy place
This commit is contained in:
parent
10b2c2b24f
commit
8a121bc0ff
1 changed files with 12 additions and 13 deletions
|
|
@ -288,6 +288,17 @@
|
||||||
"task_types": [],
|
"task_types": [],
|
||||||
"tasks": [],
|
"tasks": [],
|
||||||
"template_name": "maya2unreal"
|
"template_name": "maya2unreal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"families": [
|
||||||
|
"online"
|
||||||
|
],
|
||||||
|
"hosts": [
|
||||||
|
"traypublisher"
|
||||||
|
],
|
||||||
|
"task_types": [],
|
||||||
|
"tasks": [],
|
||||||
|
"template_name": "online"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
@ -484,19 +495,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"template_name_profiles": [
|
"template_name_profiles": [],
|
||||||
{
|
|
||||||
"families": [
|
|
||||||
"online"
|
|
||||||
],
|
|
||||||
"hosts": [
|
|
||||||
"traypublisher"
|
|
||||||
],
|
|
||||||
"task_types": [],
|
|
||||||
"task_names": [],
|
|
||||||
"template_name": "online"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"hero_template_name_profiles": []
|
"hero_template_name_profiles": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue