mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fix(nuke): add nuke related env var to sumbission
https://github.com/pypeclub/pype/pull/988
This commit is contained in:
parent
048af1621b
commit
007bedc3d8
1 changed files with 2 additions and 0 deletions
|
|
@ -228,6 +228,8 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
for path in os.environ:
|
||||
if path.lower().startswith('pype_'):
|
||||
environment[path] = os.environ[path]
|
||||
if path.lower().startswith('nuke_'):
|
||||
environment[path] = os.environ[path]
|
||||
|
||||
# environment["PATH"] = os.environ["PATH"]
|
||||
# self.log.debug("enviro: {}".format(environment['PYPE_SCRIPTS']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue