mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +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": [],
|
||||
"tasks": [],
|
||||
"template": "{folder[name]}_{variant}"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
"textureSet"
|
||||
],
|
||||
"hosts": [
|
||||
"substancedesigner"
|
||||
],
|
||||
"task_types": [],
|
||||
"tasks": [],
|
||||
"template": "T_{folder[name]}{variant}"
|
||||
}
|
||||
],
|
||||
"filter_creator_profiles": []
|
||||
|
|
@ -557,6 +568,18 @@ DEFAULT_TOOLS_VALUES = {
|
|||
"task_names": [],
|
||||
"template_name": "simpleUnrealTexture"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
"image",
|
||||
"textures",
|
||||
],
|
||||
"hosts": [
|
||||
"substancedesigner"
|
||||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "simpleUnrealTexture"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
"staticMesh",
|
||||
|
|
@ -603,6 +626,18 @@ DEFAULT_TOOLS_VALUES = {
|
|||
"task_types": [],
|
||||
"task_names": [],
|
||||
"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