mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Update client/ayon_core/hosts/maya/plugins/load/load_image_plane.py
This commit is contained in:
parent
0536998b66
commit
e78b8043ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue