Skip to content

Commit cb1c3fa

Browse files
committed
For #8196, fixes
1 parent c491013 commit cb1c3fa

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

env/asset_step.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ engines:
4242
tk-alias: '@alias.asset_step'
4343
tk-vred: '@vred.asset_step'
4444
tk-shotgun: '@shotgun.all'
45-
tk-unreal: "@settings.tk-unreal.asset_step"
45+
# Disabled for now since there is nothing specific
46+
# for Asset step in tk-unreal at the moment.
47+
# tk-unreal: "@settings.tk-unreal.asset_step"

env/includes/unreal/templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keys:
1717
type: str
1818
name:
1919
type: str
20-
filter_by: alphanumeric
20+
filter_by: '^[a-zA-Z0-9_-]+$'
2121
iteration:
2222
type: int
2323
version:

0 commit comments

Comments
 (0)