fix palette and image sequence loader

This commit is contained in:
Ondřej Samohel 2020-12-11 12:32:15 +01:00
parent 461dc0eb48
commit aec53f4d80
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
3 changed files with 49 additions and 22 deletions

View file

@ -7,7 +7,7 @@ from avalon import api, harmony
class ImportPaletteLoader(api.Loader):
"""Import palettes."""
families = ["palette"]
families = ["palette", "harmony.palette"]
representations = ["plt"]
label = "Import Palette"