pymel.core.general.webView

webView(*args, **kwargs)

This command allows user to bring up a web page view

Flags:
Long name (short name) Argument Types Properties
urlAddress (url) unicode ../../../_images/create.gif
 
Bring up webView on given URLFlag can appear in Create mode of commandFlag 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")

Previous topic

pymel.core.general.validComponentIndexType

Next topic

pymel.core.general.xform

Core

Core Modules

Other Modules

This Page