mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #5976 from ynput/enhancement/nuke-rename-custom-tools-menu
Hiero: custom tools menu rename
This commit is contained in:
commit
a9301d400b
3 changed files with 11 additions and 11 deletions
|
|
@ -28,14 +28,14 @@ class ScriptsmenuSettings(BaseSettingsModel):
|
|||
|
||||
|
||||
DEFAULT_SCRIPTSMENU_SETTINGS = {
|
||||
"name": "OpenPype Tools",
|
||||
"name": "Custom Tools",
|
||||
"definition": [
|
||||
{
|
||||
"type": "action",
|
||||
"sourcetype": "python",
|
||||
"title": "OpenPype Docs",
|
||||
"command": "import webbrowser;webbrowser.open(url='https://openpype.io/docs/artist_hosts_hiero')",
|
||||
"tooltip": "Open the OpenPype Hiero user doc page"
|
||||
"title": "Ayon Hiero Docs",
|
||||
"command": "import webbrowser;webbrowser.open(url='https://ayon.ynput.io/docs/addon_hiero_artist')", # noqa
|
||||
"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