custom settings for write node without publish and register

This commit is contained in:
Kayla Man 2023-06-01 23:13:34 +08:00
parent 862d34bb7e
commit 6de4ceabd3
2 changed files with 74 additions and 0 deletions

View file

@ -222,6 +222,13 @@
"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 non publish output for Write Node",
"command": "from openpype.hosts.nuke.startup.ops_write_node_no_publish import main;main();",
"tooltip": "Open the OpenPype Nuke user doc page"
}
]
},