mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
big roy's comment - separate template for substancedesigner from standalonepublisher
This commit is contained in:
parent
e0507d99d2
commit
a409d55b59
1 changed files with 24 additions and 6 deletions
|
|
@ -559,12 +559,21 @@ DEFAULT_TOOLS_VALUES = {
|
|||
},
|
||||
{
|
||||
"product_types": [
|
||||
"simpleUnrealTexture",
|
||||
"image",
|
||||
"textures"
|
||||
"simpleUnrealTexture"
|
||||
],
|
||||
"hosts": [
|
||||
"standalonepublisher"
|
||||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "simpleUnrealTexture"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
"image",
|
||||
"textures",
|
||||
],
|
||||
"hosts": [
|
||||
"standalonepublisher",
|
||||
"substancedesigner"
|
||||
],
|
||||
"task_types": [],
|
||||
|
|
@ -609,12 +618,21 @@ DEFAULT_TOOLS_VALUES = {
|
|||
"hero_template_name_profiles": [
|
||||
{
|
||||
"product_types": [
|
||||
"simpleUnrealTexture",
|
||||
"simpleUnrealTexture"
|
||||
],
|
||||
"hosts": [
|
||||
"standalonepublisher"
|
||||
],
|
||||
"task_types": [],
|
||||
"task_names": [],
|
||||
"template_name": "simpleUnrealTextureHero"
|
||||
},
|
||||
{
|
||||
"product_types": [
|
||||
"image",
|
||||
"textures"
|
||||
],
|
||||
"hosts": [
|
||||
"standalonepublisher",
|
||||
"substancedesigner"
|
||||
],
|
||||
"task_types": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue