pymel.core.general.webView¶
- webView(*args, **kwargs)¶
This command allows the user to bring up a web page view
Flags:
Long Name / Short Name Argument Types Properties urlAddress / url unicode Bring up webView on given URL windowHeight / wh int Set the window height windowWidth / ww int Set the window width Flag can have multiple arguments, passed either as a tuple or a list. Derived from mel command maya.cmds.webView
Example:
import pymel.core as pm pm.webView("www.autodesk.com")