mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added action to maya menu
This commit is contained in:
parent
5747a34f76
commit
e6ddbf4404
1 changed files with 7 additions and 0 deletions
|
|
@ -19,6 +19,13 @@
|
|||
"title": "# Project Manager",
|
||||
"tooltip": "Add assets to the project"
|
||||
},
|
||||
{
|
||||
"type": "action",
|
||||
"command": "from pype.tools.assetcreator import app as assetcreator; assetcreator.show()",
|
||||
"sourcetype": "python",
|
||||
"title": "Asset Creator",
|
||||
"tooltip": "Open the Asset Creator"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue