create default action in custom menu redirecting to openpype hiero doc

This commit is contained in:
Thomas Fricard 2022-06-28 16:41:13 +02:00
parent 1eb3a55cc3
commit 05e709ec06

View file

@ -19,14 +19,10 @@
"definition": [ "definition": [
{ {
"type": "action", "type": "action",
"command": "import openpype.hosts.hiero.api.commands as hiero; hiero.edit_shader_definitions()",
"sourcetype": "python", "sourcetype": "python",
"title": "Edit shader name definitions", "title": "OpenPype Docs",
"tooltip": "Edit shader name definitions used in validation and renaming.", "command": "import webbrowser;webbrowser.open(url='https://openpype.io/docs/artist_hosts_hiero')",
"tags": [ "tooltip": "Open the OpenPype Hiero user doc page"
"pipeline",
"shader"
]
} }
] ]
}, },