Merge branch 'develop' into bugfix/OP-5598_Nuke-remove-default-workfile-template-profile

This commit is contained in:
Ondřej Samohel 2023-04-13 12:06:42 +02:00 committed by GitHub
commit 2bc3f20962
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 152 additions and 50 deletions

View file

@ -21,7 +21,8 @@
"floatLut": "linear",
"logLut": "Cineon",
"viewerLut": "sRGB",
"thumbnailLut": "sRGB"
"thumbnailLut": "sRGB",
"monitorOutLut": "sRGB"
},
"regexInputs": {
"inputs": [

View file

@ -1144,6 +1144,10 @@
}
]
},
"include_handles": {
"include_handles_default": false,
"per_task_type": []
},
"templated_workfile_build": {
"profiles": []
},