mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
modified defaults of task types
This commit is contained in:
parent
498cd76888
commit
1f8f0286fa
2 changed files with 45 additions and 17 deletions
|
|
@ -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": []
|
||||
}
|
||||
44
pype/settings/defaults/project_anatomy/tasks.json
Normal file
44
pype/settings/defaults/project_anatomy/tasks.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue