mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #1129 from ynput/enhancement/Add-ability-to-have-folder-name]-as-a-valid-key-for-publish-instance-name
Add custom product name profiles for substance designer
This commit is contained in:
commit
48d94b69fd
1 changed files with 35 additions and 0 deletions
|
|
@ -484,6 +484,17 @@ DEFAULT_TOOLS_VALUES = {
|
||||||
"task_types": [],
|
"task_types": [],
|
||||||
"tasks": [],
|
"tasks": [],
|
||||||
"template": "{folder[name]}_{variant}"
|
"template": "{folder[name]}_{variant}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"product_types": [
|
||||||
|
"textureSet"
|
||||||
|
],
|
||||||
|
"hosts": [
|
||||||
|
"substancedesigner"
|
||||||
|
],
|
||||||
|
"task_types": [],
|
||||||
|
"tasks": [],
|
||||||
|
"template": "T_{folder[name]}{variant}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"filter_creator_profiles": []
|
"filter_creator_profiles": []
|
||||||
|
|
@ -557,6 +568,18 @@ DEFAULT_TOOLS_VALUES = {
|
||||||
"task_names": [],
|
"task_names": [],
|
||||||
"template_name": "simpleUnrealTexture"
|
"template_name": "simpleUnrealTexture"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"product_types": [
|
||||||
|
"image",
|
||||||
|
"textures",
|
||||||
|
],
|
||||||
|
"hosts": [
|
||||||
|
"substancedesigner"
|
||||||
|
],
|
||||||
|
"task_types": [],
|
||||||
|
"task_names": [],
|
||||||
|
"template_name": "simpleUnrealTexture"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"product_types": [
|
"product_types": [
|
||||||
"staticMesh",
|
"staticMesh",
|
||||||
|
|
@ -603,6 +626,18 @@ DEFAULT_TOOLS_VALUES = {
|
||||||
"task_types": [],
|
"task_types": [],
|
||||||
"task_names": [],
|
"task_names": [],
|
||||||
"template_name": "simpleUnrealTextureHero"
|
"template_name": "simpleUnrealTextureHero"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"product_types": [
|
||||||
|
"image",
|
||||||
|
"textures"
|
||||||
|
],
|
||||||
|
"hosts": [
|
||||||
|
"substancedesigner"
|
||||||
|
],
|
||||||
|
"task_types": [],
|
||||||
|
"task_names": [],
|
||||||
|
"template_name": "simpleUnrealTextureHero"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue