mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added default task type mapping settings to ftrack module
This commit is contained in:
parent
ae4315b872
commit
8e183b05e9
2 changed files with 22 additions and 0 deletions
|
|
@ -21,6 +21,22 @@
|
|||
},
|
||||
"default": "-"
|
||||
},
|
||||
"task_short_names": {
|
||||
"Generic": "gener",
|
||||
"Art": "art",
|
||||
"Modeling": "mdl",
|
||||
"Texture": "tex",
|
||||
"Lookdev": "look",
|
||||
"Rigging": "rig",
|
||||
"Edit": "edit",
|
||||
"Layout": "lay",
|
||||
"Setdress": "dress",
|
||||
"Animation": "anim",
|
||||
"FX": "fx",
|
||||
"Lighting": "lgt",
|
||||
"Paint": "paint",
|
||||
"Compositing": "comp"
|
||||
},
|
||||
"custom_attributes": {
|
||||
"show": {
|
||||
"avalon_auto_sync": {
|
||||
|
|
|
|||
|
|
@ -66,6 +66,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "task_short_names",
|
||||
"label": "Default task short names (by Task type)",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"key": "custom_attributes",
|
||||
"label": "Custom Attributes",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue