mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
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:
parent
7b60b82cc0
commit
fbe400a135
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue