mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added settings category to loader
This commit is contained in:
parent
7c21646dde
commit
8f823ac02a
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ class ImageSequenceLoader(load.LoaderPlugin):
|
|||
}
|
||||
representations = {"*"}
|
||||
extensions = {"jpeg", "png", "jpg"}
|
||||
settings_category = "harmony"
|
||||
|
||||
def load(self, context, name=None, namespace=None, data=None):
|
||||
"""Plugin entry point.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue