diff --git a/pype/plugins/maya/load/load_image_plane.py b/pype/plugins/maya/load/load_image_plane.py index 1d9008e09f..5534cce0ee 100644 --- a/pype/plugins/maya/load/load_image_plane.py +++ b/pype/plugins/maya/load/load_image_plane.py @@ -15,7 +15,7 @@ class ImagePlaneLoader(api.Loader): def load(self, context, name, namespace, data): new_nodes = [] - image_plane_depth = 100 + image_plane_depth = 1000 # Getting camera from selection. selection = pc.ls(selection=True)