mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add short task names to anatomy attributes
This commit is contained in:
parent
d513d47695
commit
44df16bf68
2 changed files with 23 additions and 1 deletions
|
|
@ -9,5 +9,21 @@
|
|||
"resolutionWidth": 1920,
|
||||
"resolutionHeight": 1080,
|
||||
"pixelAspect": 1,
|
||||
"applications": []
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
@ -68,6 +68,12 @@
|
|||
{"blender_2.91": "Blender 2.91"},
|
||||
{"aftereffects_2021": "After Effects 2021"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "task_short_names",
|
||||
"label": "Task short names (by Task type)",
|
||||
"object_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue