We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c491013 commit cb1c3faCopy full SHA for cb1c3fa
2 files changed
env/asset_step.yml
@@ -42,4 +42,6 @@ engines:
42
tk-alias: '@alias.asset_step'
43
tk-vred: '@vred.asset_step'
44
tk-shotgun: '@shotgun.all'
45
- tk-unreal: "@settings.tk-unreal.asset_step"
+ # 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
@@ -17,7 +17,7 @@ keys:
17
type: str
18
name:
19
20
- filter_by: alphanumeric
+ filter_by: '^[a-zA-Z0-9_-]+$'
21
iteration:
22
type: int
23
version:
0 commit comments