This command allows the user to bring up a web page view
Flags:
Long Name / Short Name | Argument Types | Properties | |
---|---|---|---|
urlAddress / url | unicode | ![]() |
|
|
|||
windowHeight / wh | int | ![]() |
|
|
|||
windowWidth / ww | int | ![]() |
|
|
Derived from mel command maya.cmds.webView
Example:
import pymel.core as pm
pm.webView("www.autodesk.com")