Launch the appropriate application to open the document specified. This command works only on the Macintosh and Windows platforms.
| Long name (short name) | Argument Types | Properties | |
|---|---|---|---|
| movie (mov) | unicode |
|
|
|
|||
| pdfFile (pdf) | unicode |
|
|
|
|||
| webPage (web) | unicode |
|
|
|
|||
Derived from mel command maya.cmds.launch
Example:
import pymel.core as pm
#launch a web browser to open webpage http://www.autodesk.com
pm.launch(web="http://www.autodesk.com")
# Result: u'http://www.autodesk.com' #