mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added new M_ENVIRONMENT_KEY for storing environments
This commit is contained in:
parent
4903c09f40
commit
ec445fcc2d
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ log = logging.getLogger(__name__)
|
|||
|
||||
# Metadata keys for work with studio and project overrides
|
||||
M_OVERRIDEN_KEY = "__overriden_keys__"
|
||||
# Metadata key for storing information about environments
|
||||
M_ENVIRONMENT_KEY = "__environment_keys__"
|
||||
# NOTE key popping not implemented yet
|
||||
M_POP_KEY = "__pop_key__"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue