add unreal to default apps

This commit is contained in:
Milan Kolar 2021-05-03 18:30:37 +02:00
parent 6530812b58
commit 1df0aa38ed
3 changed files with 15 additions and 5 deletions

View file

@ -20,7 +20,7 @@
"harmony/20",
"photoshop/2021",
"aftereffects/2021",
"unreal/4-24"
"unreal/4-26"
],
"tools_env": []
}

View file

@ -21,8 +21,8 @@
"secondary_pool": "",
"group": "",
"department": "",
"limit_groups": {},
"use_gpu": true
"use_gpu": true,
"limit_groups": {}
},
"HarmonySubmitDeadline": {
"enabled": true,

View file

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