Skip to content

Commit

Permalink
add supports for cutstom template name profiles for unreal uasset/uma…
Browse files Browse the repository at this point in the history
…p product_types
  • Loading branch information
moonyuet committed Aug 29, 2024
1 parent 588d339 commit c2f1e42
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions server/settings/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,18 @@ class GlobalToolsModel(BaseSettingsModel):
"task_types": [],
"task_names": [],
"template_name": "tycache"
},
{
"product_types": [
"uasset",
"umap"
],
"hosts": [
"unreal"
],
"task_types": [],
"task_names": [],
"template_name": "unrealuasset"
}
],
"hero_template_name_profiles": [
Expand Down

0 comments on commit c2f1e42

Please sign in to comment.