pymel.core.general.itemFilterType

itemFilterType(*args, **kwargs)

This command queries a named itemFilter object. This object can be attached to selectionConnection objects, or to editors, in order to filter the item lists going through them. Using union and intersection filters, complex composite filters can be created.

Flags:
  • text : t (unicode) [query,edit]

    Defines an annotation string to be stored with the filter Flag can have multiple arguments, passed either as a tuple or a list.

  • type : typ (bool) [query]

    Query the type of the filter object. Possible return values are: itemFilter, attributeFilter, renderFilter, or unknownFilter.

Derived from mel command maya.cmds.itemFilterType

Previous topic

pymel.core.general.itemFilterRender

Next topic

pymel.core.general.license

Core

Core Modules

Other Modules

This Page