mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed AVALON_PROJECTS
This commit is contained in:
parent
e5d3a1aeb0
commit
389b568f6b
2 changed files with 1 additions and 7 deletions
|
|
@ -88,11 +88,7 @@ def registered_root():
|
|||
root = _registered_root["_"]
|
||||
if root:
|
||||
return root
|
||||
|
||||
root = legacy_io.Session.get("AVALON_PROJECTS")
|
||||
if root:
|
||||
return os.path.normpath(root)
|
||||
return ""
|
||||
return {}
|
||||
|
||||
|
||||
def install_host(host):
|
||||
|
|
|
|||
|
|
@ -62,8 +62,6 @@ def auto_reconnect(func):
|
|||
|
||||
|
||||
SESSION_CONTEXT_KEYS = (
|
||||
# Root directory of projects on disk
|
||||
"AVALON_PROJECTS",
|
||||
# Name of current Project
|
||||
"AVALON_PROJECT",
|
||||
# Name of current Asset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue