mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #3223 from pypeclub/chore/maya_plate_loader_add_jpg
Maya: added jpg to filter for Image Plane Loader
This commit is contained in:
commit
d64b98bbf1
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class ImagePlaneLoader(load.LoaderPlugin):
|
|||
|
||||
families = ["image", "plate", "render"]
|
||||
label = "Load imagePlane"
|
||||
representations = ["mov", "exr", "preview", "png"]
|
||||
representations = ["mov", "exr", "preview", "png", "jpg"]
|
||||
icon = "image"
|
||||
color = "orange"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue