mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
add unreal to default apps
This commit is contained in:
parent
6530812b58
commit
1df0aa38ed
3 changed files with 15 additions and 5 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"harmony/20",
|
||||
"photoshop/2021",
|
||||
"aftereffects/2021",
|
||||
"unreal/4-24"
|
||||
"unreal/4-26"
|
||||
],
|
||||
"tools_env": []
|
||||
}
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
"secondary_pool": "",
|
||||
"group": "",
|
||||
"department": "",
|
||||
"limit_groups": {},
|
||||
"use_gpu": true
|
||||
"use_gpu": true,
|
||||
"limit_groups": {}
|
||||
},
|
||||
"HarmonySubmitDeadline": {
|
||||
"enabled": true,
|
||||
|
|
|
|||
|
|
@ -21,10 +21,20 @@
|
|||
"LoadClip": {
|
||||
"enabled": true,
|
||||
"families": [
|
||||
"render2d", "source", "plate", "render", "review"
|
||||
"render2d",
|
||||
"source",
|
||||
"plate",
|
||||
"render",
|
||||
"review"
|
||||
],
|
||||
"representations": [
|
||||
"exr", "dpx", "jpg", "jpeg", "png", "h264", "mov"
|
||||
"exr",
|
||||
"dpx",
|
||||
"jpg",
|
||||
"jpeg",
|
||||
"png",
|
||||
"h264",
|
||||
"mov"
|
||||
],
|
||||
"clip_name_template": "{asset}_{subset}_{representation}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue