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:
Petr Kalis 2022-05-20 12:54:19 +02:00 committed by GitHub
commit d64b98bbf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"