replaced "PYPE_ROOT" with "PYPE_SETUP_PATH"

This commit is contained in:
iLLiCiTiT 2020-04-09 12:44:24 +02:00
parent 6801dc2118
commit 182502c5e4
10 changed files with 17 additions and 17 deletions

View file

@ -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"
]

View file

@ -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'])
)