mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Putting image depth further away from camera.
This commit is contained in:
parent
bb828cb828
commit
01f46db7b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue