removed functions using avalon.io from pype.lib

This commit is contained in:
iLLiCiTiT 2020-10-20 00:47:53 +02:00
parent 2ac0357e2c
commit e8e70ec490

View file

@ -538,19 +538,6 @@ def get_last_version_from_path(path_dir, filter):
return None
def get_avalon_database():
if io._database is None:
set_io_database()
return io._database
def set_io_database():
required_keys = ["AVALON_PROJECT", "AVALON_ASSET", "AVALON_SILO"]
for key in required_keys:
os.environ[key] = os.environ.get(key, "")
io.install()
def filter_pyblish_plugins(plugins):
"""
This servers as plugin filter / modifier for pyblish. It will load plugin