Add doc to default value

This commit is contained in:
clement.hector 2022-05-12 10:10:57 +02:00
parent 8f24a764fd
commit 2a94ac1248

View file

@ -17,7 +17,15 @@
},
"scriptsmenu": {
"name": "OpenPype Tools",
"definition": []
"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": {