pymel.core.general.hilite

hilite(*args, **kwargs)

Hilites/Unhilites the specifed object(s). Hiliting an object makes it possible to select the components of the object. If no objects are specified then the selection list is used.

Flags:
  • replace : r (bool) [create]

    Hilite the specified objects. Any objects previously hilited will no longer be hilited.

  • toggle : tgl (bool) [create]

    Toggle the hilite state of the specified objects. Flag can have multiple arguments, passed either as a tuple or a list.

  • unHilite : u (bool) [create]

    Remove the specified objects from the hilite list.

Derived from mel command maya.cmds.hilite

Previous topic

pymel.core.general.hide

Next topic

pymel.core.general.inheritTransform

Core

Core Modules

Other Modules

This Page