From 01f46db7b5e9d650cc953f16eb2ce8d5647c2122 Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Mon, 1 Jul 2019 18:27:59 +0100 Subject: [PATCH] Putting image depth further away from camera. --- pype/plugins/maya/load/load_image_plane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)