Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation

This commit is contained in:
Ondřej Samohel 2023-06-09 14:02:25 +02:00 committed by GitHub
commit 869cb5ef15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 2054 additions and 400 deletions

View file

@ -218,6 +218,20 @@
"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"
},
{
"type": "action",
"sourcetype": "python",
"title": "Set Frame Start (Read Node)",
"command": "from openpype.hosts.nuke.startup.frame_setting_for_read_nodes import main;main();",
"tooltip": "Set frame start for read node(s)"
},
{
"type": "action",
"sourcetype": "python",
"title": "Set non publish output for Write Node",
"command": "from openpype.hosts.nuke.startup.custom_write_node import main;main();",
"tooltip": "Open the OpenPype Nuke user doc page"
}
]
},

View file

@ -1,4 +1,5 @@
{
"launch_openpype_menu_on_start": false,
"imageio": {
"activate_host_color_management": true,
"remapping": {