mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change 'USE_AYON_ENTITIES' value and use cleaner deprecation marks
This commit is contained in:
parent
0dc27825ce
commit
f69d77c54c
1 changed files with 5 additions and 2 deletions
|
|
@ -3,10 +3,13 @@ import os
|
|||
|
||||
AYON_CORE_ROOT = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
# TODO remove after '1.x.x'
|
||||
# -------------------------
|
||||
# DEPRECATED - Remove before '1.x.x' release
|
||||
# -------------------------
|
||||
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
|
||||
USE_AYON_ENTITIES = True
|
||||
# -------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue