mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
create default action in custom menu redirecting to openpype hiero doc
This commit is contained in:
parent
1eb3a55cc3
commit
05e709ec06
1 changed files with 3 additions and 7 deletions
|
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue