Merge pull request #4119 from pypeclub/bugfix/backwards_compatibility_fix

General: Move default settings for template name
This commit is contained in:
Ondřej Samohel 2022-11-22 15:35:31 +01:00 committed by GitHub
commit 48af8be14b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,6 +288,17 @@
"task_types": [],
"tasks": [],
"template_name": "maya2unreal"
},
{
"families": [
"online"
],
"hosts": [
"traypublisher"
],
"task_types": [],
"tasks": [],
"template_name": "online"
}
]
},
@ -484,19 +495,7 @@
]
},
"publish": {
"template_name_profiles": [
{
"families": [
"online"
],
"hosts": [
"traypublisher"
],
"task_types": [],
"task_names": [],
"template_name": "online"
}
],
"template_name_profiles": [],
"hero_template_name_profiles": []
}
},