Added jpg extension to filter for Maya Image plane loader

This commit is contained in:
Petr Kalis 2022-05-20 12:30:00 +02:00
parent 85c5b7aea8
commit b9278efdfd

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"