mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #310 from tokejepsen/2.x/bugfix/harmony_workfile_representations
Only zip files are supported.
This commit is contained in:
commit
a482cc76fd
1 changed files with 1 additions and 1 deletions
|
|
@ -40,5 +40,5 @@ class ImportWorkfileLoader(ImportTemplateLoader):
|
|||
"""Import workfiles."""
|
||||
|
||||
families = ["workfile"]
|
||||
representations = ["*"]
|
||||
representations = ["zip"]
|
||||
label = "Import Workfile"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue