Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3221 from pypeclub/enhancement/maye_plate_loader_…
Browse files Browse the repository at this point in the history
…add_jpg

Maya: added jpg to filter for Image Plane Loader
  • Loading branch information
kalisp authored May 20, 2022
2 parents 3e1adfb + 7112508 commit 4d43b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/hosts/maya/plugins/load/load_image_plane.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4d43b49

Please sign in to comment.