pymel.core.general.license

license(*args, **kwargs)

This command displays version information about the application if it is executed without flags. If one of the above flags is specified then the specified version information is returned.

Flags:
  • borrow : b (bool) [create]

    Borrow a network license

  • info : i (bool) [create]

    Display license information Flag can have multiple arguments, passed either as a tuple or a list.

  • isBorrowed : ib (bool) [create]

    Returns true if the current license is borrowed

  • isExported : ie (bool) [create]

    Return the cut string

  • isTrial : it (bool) [create]

    Return the cut string

  • licenseMethod : lm (bool) [create]

    Return the current license method

  • productChoice : pc (bool) [create]

    Return the current product choice

  • r : r (bool) [create]

    Return the cut string

  • showBorrowInfo : sbi (bool) [create]

    Show the Borrow Information Dialog

  • showProductInfoDialog : spi (bool) [create]

    Show the Product Information Dialog

  • status : s (bool) [create]

    Return the cut string

Derived from mel command maya.cmds.license

Previous topic

pymel.core.general.itemFilterType

Next topic

pymel.core.general.listAttr

Core

Core Modules

Other Modules

This Page