Putting image depth further away from camera.

This commit is contained in:
Toke Jepsen 2019-07-01 18:27:59 +01:00
parent bb828cb828
commit 01f46db7b5

View file

@ -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)