mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
simpler set initialization
This commit is contained in:
parent
956fbb780b
commit
0765602ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class ImageSequenceLoader(load.LoaderPlugin):
|
|||
|
||||
families = ["shot", "render", "image", "plate", "reference", "review"]
|
||||
representations = ["*"]
|
||||
extensions = set(["jpeg", "png", "jpg"])
|
||||
extensions = {"jpeg", "png", "jpg"}
|
||||
|
||||
def load(self, context, name=None, namespace=None, data=None):
|
||||
"""Plugin entry point.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue