mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added argument to maya menu item
This commit is contained in:
parent
eb2aa7b32c
commit
348babed8b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
},
|
||||
{
|
||||
"type": "action",
|
||||
"command": "from pype.tools.assetcreator import app as assetcreator; assetcreator.show()",
|
||||
"command": "from pype.tools.assetcreator import app as assetcreator; assetcreator.show(context='maya')",
|
||||
"sourcetype": "python",
|
||||
"title": "Asset Creator",
|
||||
"tooltip": "Open the Asset Creator"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue