mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add arnold environments
This commit is contained in:
parent
e4f5ec1a8c
commit
93df21864c
5 changed files with 17 additions and 8 deletions
|
|
@ -46,3 +46,4 @@ class CollectMayaCurrentFile(pyblish.api.ContextPlugin):
|
|||
self.log.info('Collected instance: {}'.format(file))
|
||||
self.log.info('Scene path: {}'.format(current_file))
|
||||
self.log.info('stagin Dir: {}'.format(folder))
|
||||
self.log.info('subset: {}'.format(filename))
|
||||
|
|
|
|||
|
|
@ -229,6 +229,13 @@ class MayaSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
# running Linux and the submitter is on Windows.
|
||||
"PYTHONPATH",
|
||||
|
||||
"MTOA_EXTENSIONS_PATH",
|
||||
"MTOA_EXTENSIONS",
|
||||
"DYLD_LIBRARY_PATH",
|
||||
"MAYA_RENDER_DESC_PATH",
|
||||
"MAYA_MODULE_PATH",
|
||||
"ARNOLD_PLUGIN_PATH",
|
||||
|
||||
# todo: This is a temporary fix for yeti variables
|
||||
"PEREGRINEL_LICENSE",
|
||||
"REDSHIFT_MAYAEXTENSIONSPATH",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue