mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
12 lines
373 B
Python
12 lines
373 B
Python
# Group name of custom attributes
|
|
CUST_ATTR_GROUP = "openpype"
|
|
|
|
# name of Custom attribute that stores mongo_id from avalon db
|
|
CUST_ATTR_ID_KEY = "avalon_mongo_id"
|
|
# Auto sync of project
|
|
CUST_ATTR_AUTO_SYNC = "avalon_auto_sync"
|
|
|
|
# Applications custom attribute name
|
|
CUST_ATTR_APPLICATIONS = "applications"
|
|
# Environment tools custom attribute
|
|
CUST_ATTR_TOOLS = "tools_env"
|