added default task type mapping settings to ftrack module

This commit is contained in:
iLLiCiTiT 2021-04-09 15:29:28 +02:00
parent ae4315b872
commit 8e183b05e9
2 changed files with 22 additions and 0 deletions

View file

@ -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": {

View file

@ -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",