Go to: Synopsis. Return value. Flags. Python examples.
webView([urlAddress=string], [windowHeight=int], [windowWidth=int])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
webView is undoable, NOT queryable, and NOT editable.
This command allows the user to bring up a web page view
None
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
urlAddress(url)
|
string
|
![]() |
||
|
||||
windowHeight(wh)
|
int
|
![]() |
||
|
||||
windowWidth(ww)
|
int
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds cmds.webView("http://www.autodesk.com")