removed AVALON_PROJECTS

This commit is contained in:
Jakub Trllo 2023-11-08 14:10:06 +01:00
parent e5d3a1aeb0
commit 389b568f6b
2 changed files with 1 additions and 7 deletions

View file

@ -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):

View file

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