mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
replaced "PYPE_ROOT" with "PYPE_SETUP_PATH"
This commit is contained in:
parent
6801dc2118
commit
182502c5e4
10 changed files with 17 additions and 17 deletions
|
|
@ -151,7 +151,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
"FTRACK_API_USER",
|
||||
"FTRACK_API_KEY",
|
||||
"FTRACK_SERVER",
|
||||
"PYPE_ROOT",
|
||||
"PYPE_SETUP_PATH",
|
||||
"PYPE_METADATA_FILE",
|
||||
"AVALON_PROJECT"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -312,7 +312,7 @@ class MayaSubmitMuster(pyblish.api.InstancePlugin):
|
|||
# replace path for UNC / network share paths, co PYPE is found
|
||||
# over network. It assumes PYPE is located somewhere in
|
||||
# PYPE_CORE_PATH
|
||||
pype_root = os.environ["PYPE_ROOT"].replace(
|
||||
pype_root = os.environ["PYPE_SETUP_PATH"].replace(
|
||||
os.path.normpath(os.environ['PYPE_CORE_MOUNT']),
|
||||
os.path.normpath(os.environ['PYPE_CORE_PATH'])
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue