mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
script menu name change in server addon
This commit is contained in:
parent
ae8b83b920
commit
8c87b9963d
2 changed files with 5 additions and 5 deletions
|
|
@ -28,14 +28,14 @@ class ScriptsmenuSettings(BaseSettingsModel):
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_SCRIPTSMENU_SETTINGS = {
|
DEFAULT_SCRIPTSMENU_SETTINGS = {
|
||||||
"name": "OpenPype Tools",
|
"name": "Custom Tools",
|
||||||
"definition": [
|
"definition": [
|
||||||
{
|
{
|
||||||
"type": "action",
|
"type": "action",
|
||||||
"sourcetype": "python",
|
"sourcetype": "python",
|
||||||
"title": "OpenPype Docs",
|
"title": "Ayon Hiero Docs",
|
||||||
"command": "import webbrowser;webbrowser.open(url='https://openpype.io/docs/artist_hosts_hiero')",
|
"command": "import webbrowser;webbrowser.open(url='https://ayon.ynput.io/docs/addon_hiero_artist')", # noqa
|
||||||
"tooltip": "Open the OpenPype Hiero user doc page"
|
"tooltip": "Open the Ayon Hiero user doc page"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue