Merge branch 'develop' into bugfix/OP-3191_Flame-publishing-bugs

This commit is contained in:
Jakub Jezek 2022-05-30 17:34:07 +02:00
commit 642391b930
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
101 changed files with 1445 additions and 310 deletions

View file

@ -165,6 +165,9 @@
"CollectMayaRender": {
"sync_workfile_version": false
},
"CollectFbxCamera": {
"enabled": false
},
"ValidateInstanceInContext": {
"enabled": true,
"optional": true,

View file

@ -15,6 +15,18 @@
"destination-path": []
}
},
"scriptsmenu": {
"name": "OpenPype Tools",
"definition": [
{
"type": "action",
"sourcetype": "python",
"title": "OpenPype Docs",
"command": "import webbrowser;webbrowser.open(url='https://openpype.io/docs/artist_hosts_nuke_tut')",
"tooltip": "Open the OpenPype Nuke user doc page"
}
]
},
"create": {
"CreateWriteRender": {
"fpath_template": "{work}/renders/nuke/{subset}/{subset}.{frame}.{ext}",

View file

@ -1243,9 +1243,19 @@
"host_name": "unreal",
"environment": {},
"variants": {
"4-26": {
"4-27": {
"use_python_2": false,
"environment": {}
},
"5-0": {
"use_python_2": false,
"environment": {
"UE_PYTHONPATH": "{PYTHONPATH}"
}
},
"__dynamic_keys_labels__": {
"4-27": "4.27",
"5-0": "5.0"
}
}
},