added 'USE_AYON_ENTITIES' for forwards compatibility possibilities

This commit is contained in:
Jakub Trllo 2024-02-09 18:43:29 +01:00
parent 01ac49c8b3
commit df9cb75799

View file

@ -7,3 +7,6 @@ AYON_CORE_ROOT = os.path.dirname(os.path.abspath(__file__))
PACKAGE_DIR = AYON_CORE_ROOT
PLUGINS_DIR = os.path.join(AYON_CORE_ROOT, "plugins")
AYON_SERVER_ENABLED = True
# Indicate if AYON entities should be used instead of OpenPype entities
USE_AYON_ENTITIES = False