How can I execute a python scripts after I launch Maya with subprocess
subprocess.Popen('C:/maya/maya.exe')
I need Maya with GUI. And the Python script I need to run is not static (and I don`t need to execute something all the time I run Maya), so I don’t think I can utilize userSetup.py.
I need to create/open asset/shot scenes from an external app, like Shotgun.