add some comment

This commit is contained in:
Kayla Man 2023-06-02 17:18:13 +08:00
parent 22251f4958
commit 7075d5c445
21 changed files with 573 additions and 45 deletions

View file

@ -223,6 +223,13 @@
"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",

View file

@ -1,4 +1,5 @@
{
"launch_openpype_menu_on_start": false,
"imageio": {
"ocio_config": {
"enabled": false,