modified defaults of task types

This commit is contained in:
iLLiCiTiT 2021-03-17 13:23:35 +01:00
parent 498cd76888
commit 1f8f0286fa
2 changed files with 45 additions and 17 deletions

View file

@ -9,21 +9,5 @@
"resolutionWidth": 1920,
"resolutionHeight": 1080,
"pixelAspect": 1,
"applications": [],
"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"
}
"applications": []
}

View file

@ -0,0 +1,44 @@
{
"Generic": {
"short_name": "gener"
},
"Art": {
"short_name": "art"
},
"Modeling": {
"short_name": "mdl"
},
"Texture": {
"short_name": "tex"
},
"Lookdev": {
"short_name": "look"
},
"Rigging": {
"short_name": "rig"
},
"Edit": {
"short_name": "edit"
},
"Layout": {
"short_name": "lay"
},
"Setdress": {
"short_name": "dress"
},
"Animation": {
"short_name": "anim"
},
"FX": {
"short_name": "fx"
},
"Lighting": {
"short_name": "lgt"
},
"Paint": {
"short_name": "paint"
},
"Compositing": {
"short_name": "comp"
}
}