Skip to content

Commit

Permalink
added settings category to loader
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed May 31, 2024
1 parent 895adea commit aed43fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_harmony/plugins/load/load_imagesequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aed43fa

Please sign in to comment.