Update client/ayon_core/plugins/load/export_otio.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Toke Jepsen 2024-04-30 16:32:45 +01:00 committed by GitHub
parent 7b60b82cc0
commit fbe400a135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,8 @@ class ExportOTIO(load.ProductLoaderPlugin):
is_multiple_contexts_compatible = True
sequence_splitter = "__sequence_splitter__"
representations = ["*"]
families = ["*"]
representations = {"*"}
product_types = {"*"}
tool_names = ["library_loader"]
label = "Export OTIO"