mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add substance designer into the template
This commit is contained in:
parent
e58a253511
commit
e0507d99d2
1 changed files with 21 additions and 4 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": []
|
||||
|
|
@ -548,10 +559,13 @@ DEFAULT_TOOLS_VALUES = {
|
|||
},
|
||||
{
|
||||
"product_types": [
|
||||
"simpleUnrealTexture"
|
||||
"simpleUnrealTexture",
|
||||
"image",
|
||||
"textures"
|
||||
],
|
||||
"hosts": [
|
||||
"standalonepublisher"
|
||||
"standalonepublisher",
|
||||
"substancedesigner"
|
||||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
|
|
@ -595,10 +609,13 @@ DEFAULT_TOOLS_VALUES = {
|
|||
"hero_template_name_profiles": [
|
||||
{
|
||||
"product_types": [
|
||||
"simpleUnrealTexture"
|
||||
"simpleUnrealTexture",
|
||||
"image",
|
||||
"textures"
|
||||
],
|
||||
"hosts": [
|
||||
"standalonepublisher"
|
||||
"standalonepublisher",
|
||||
"substancedesigner"
|
||||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue