pymel.core.general.hide

hide(*args, **kwargs)

The hidecommand is used to make objects invisible. If no flags are used, the objects specified, or the active objects if none are specified, will be made invisible.

Flags:
  • allObjects : all (bool) [create]

    make everything invisible (top level objects)

  • returnHidden : rh (bool) [create]

    hide objects, but also return list of hidden objects. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.hide

Previous topic

pymel.core.general.hasAttr

Next topic

pymel.core.general.hilite

Core

Core Modules

Other Modules

This Page