mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
nuke: updating name for custom tools menu item
This commit is contained in:
parent
ae8b83b920
commit
4c9adaf2e8
2 changed files with 5 additions and 5 deletions
|
|
@ -26,14 +26,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_nuke_tut')",
|
||||
"tooltip": "Open the OpenPype Nuke user doc page"
|
||||
"title": "Ayon Nuke Docs",
|
||||
"command": "import webbrowser;webbrowser.open(url='https://ayon.ynput.io/docs/addon_nuke_artist')",
|
||||
"tooltip": "Open the Ayon Nuke user doc page"
|
||||
},
|
||||
{
|
||||
"type": "action",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.5"
|
||||
__version__ = "0.1.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue