mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
modify default settings
This commit is contained in:
parent
eee55221a2
commit
e70786ce15
1 changed files with 9 additions and 9 deletions
|
|
@ -410,14 +410,14 @@ DEFAULT_TOOLS_VALUES = {
|
|||
{
|
||||
"task_types": [],
|
||||
"hosts": [],
|
||||
"workfile_template": "work"
|
||||
"workfile_template": "default"
|
||||
},
|
||||
{
|
||||
"task_types": [],
|
||||
"hosts": [
|
||||
"unreal"
|
||||
],
|
||||
"workfile_template": "work_unreal"
|
||||
"workfile_template": "unreal"
|
||||
}
|
||||
],
|
||||
"last_workfile_on_startup": [
|
||||
|
|
@ -457,7 +457,7 @@ DEFAULT_TOOLS_VALUES = {
|
|||
"hosts": [],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "publish"
|
||||
"template_name": "default"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
|
|
@ -468,7 +468,7 @@ DEFAULT_TOOLS_VALUES = {
|
|||
"hosts": [],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "publish_render"
|
||||
"template_name": "render"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
|
|
@ -479,7 +479,7 @@ DEFAULT_TOOLS_VALUES = {
|
|||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "publish_simpleUnrealTexture"
|
||||
"template_name": "simpleUnrealTexture"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
|
|
@ -491,7 +491,7 @@ DEFAULT_TOOLS_VALUES = {
|
|||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "publish_maya2unreal"
|
||||
"template_name": "maya2unreal"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
|
|
@ -502,7 +502,7 @@ DEFAULT_TOOLS_VALUES = {
|
|||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "publish_online"
|
||||
"template_name": "online"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
|
|
@ -513,7 +513,7 @@ DEFAULT_TOOLS_VALUES = {
|
|||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "publish_tycache"
|
||||
"template_name": "tycache"
|
||||
}
|
||||
],
|
||||
"hero_template_name_profiles": [
|
||||
|
|
@ -526,7 +526,7 @@ DEFAULT_TOOLS_VALUES = {
|
|||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "hero_simpleUnrealTextureHero"
|
||||
"template_name": "simpleUnrealTextureHero"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue