added action to maya menu

This commit is contained in:
Jakub Trllo 2019-02-21 16:40:03 +01:00
parent 5747a34f76
commit e6ddbf4404

View file

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