Update 'creator>product_name_profiles': add Houdini HDA template to default values

This commit is contained in:
MustafaJafar 2024-05-09 22:04:54 +03:00
parent 8a1e6fe4b3
commit 943a36130f
3 changed files with 13 additions and 3 deletions

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON core addon version."""
__version__ = "0.3.1-dev.1"
__version__ = "0.3.1-dev.2"

View file

@ -1,6 +1,6 @@
name = "core"
title = "Core"
version = "0.3.1-dev.1"
version = "0.3.1-dev.2"
client_dir = "ayon_core"
@ -8,4 +8,3 @@ plugin_for = ["ayon_server"]
requires = [
"~ayon_server-1.0.3+<2.0.0",
]

View file

@ -403,6 +403,17 @@ DEFAULT_TOOLS_VALUES = {
"task_types": [],
"tasks": [],
"template": "SK_{folder[name]}{variant}"
},
{
"product_types": [
"hda"
],
"hosts": [
"houdini"
],
"task_types": [],
"tasks": [],
"template": "{folder[label]}_{variant}"
}
]
},