Untitled

 avatar
unknown
plain_text
3 years ago
451 B
4
Indexable
{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "mayapy",
            "type": "shell",
            "command":  "& 'C:/Program Files/Autodesk/Maya2019/bin/mayapy.exe' ${file}",
            "group": {
                "kind": "build",
                "isDefault": true
            }
        }
    ]
}
Editor is loading...