Update client/ayon_core/hosts/maya/plugins/load/load_image_plane.py

This commit is contained in:
Roy Nieterau 2024-03-27 13:15:07 +01:00 committed by GitHub
parent 0536998b66
commit e78b8043ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,7 +142,7 @@ class ImagePlaneLoader(load.LoaderPlugin):
with namespaced(namespace):
# Create inside the namespace
image_plane_transform, image_plane_shape = cmds.imagePlane(
fileName=context["representation"]["data"]["path"],
fileName=self.filepath_from_context(context),
camera=camera
)