mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix palette and image sequence loader
This commit is contained in:
parent
461dc0eb48
commit
aec53f4d80
3 changed files with 49 additions and 22 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue