mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix hierarchy spelling
This commit is contained in:
parent
ba6ed0c148
commit
93e99e41c6
1 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ PUBLISH_PATH = os.path.sep.join(
|
|||
)
|
||||
pyblish.api.register_plugin_path(PUBLISH_PATH)
|
||||
|
||||
# Registers Standalone pyblish plugins
|
||||
# # Registers Standalone pyblish plugins
|
||||
# PUBLISH_PATH = os.path.sep.join(
|
||||
# [pype.PLUGINS_DIR, 'ftrack', 'publish']
|
||||
# )
|
||||
|
|
@ -55,8 +55,8 @@ def set_context(project, asset, app):
|
|||
if parents and len(parents) > 0:
|
||||
hierarchy = os.path.sep.join(parents)
|
||||
|
||||
os.environ["AVALON_HIEARCHY"] = hierarchy
|
||||
io.Session["AVALON_HIEARCHY"] = hierarchy
|
||||
os.environ["AVALON_HIERARCHY"] = hierarchy
|
||||
io.Session["AVALON_HIERARCHY"] = hierarchy
|
||||
|
||||
os.environ["AVALON_PROJECTCODE"] = av_project['data'].get('code', '')
|
||||
io.Session["AVALON_PROJECTCODE"] = av_project['data'].get('code', '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue