mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
moved ftrack module one hierarchy level higher
This commit is contained in:
parent
ad6ab7934e
commit
4306a618a0
325 changed files with 41913 additions and 8 deletions
14
openpype/modules/ftrack/lib/constants.py
Normal file
14
openpype/modules/ftrack/lib/constants.py
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# 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"
|
||||
# Intent custom attribute name
|
||||
CUST_ATTR_INTENT = "intent"
|
||||
Loading…
Add table
Add a link
Reference in a new issue