added argument to maya menu item

This commit is contained in:
Jakub Trllo 2019-02-21 19:18:53 +01:00
parent eb2aa7b32c
commit 348babed8b

View file

@ -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"