Quantcast
Channel: mel wiki
Viewing all articles
Browse latest Browse all 610

How can I launch an external app, but not block Maya in the process?

$
0
0
This will open a Windows cmd shell from Maya, but not block Maya in the process:
import subprocess
subprocess.Popen("start cmd", shell=True)

Viewing all articles
Browse latest Browse all 610

Trending Articles