mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
nuke: deadline removing redundant code
This commit is contained in:
parent
0f6cecb29a
commit
e0b4cef87e
1 changed files with 0 additions and 4 deletions
|
|
@ -370,10 +370,6 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin,
|
|||
environment = dict({key: os.environ[key] for key in keys
|
||||
if key in os.environ}, **legacy_io.Session)
|
||||
|
||||
for _path in os.environ:
|
||||
if _path.lower().startswith('openpype_'):
|
||||
environment[_path] = os.environ[_path]
|
||||
|
||||
# to recognize render jobs
|
||||
if AYON_SERVER_ENABLED:
|
||||
environment["AYON_BUNDLE_NAME"] = os.environ["AYON_BUNDLE_NAME"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue