pymel.core.general.isolateSelect

isolateSelect(*args, **kwargs)

This command turns on/off isolate select mode in a specified modeling view, specified as the argument. Isolate select mode is a display mode where the currently selected objects are added to a list and only those objects are displayed in the view. It allows for selective viewing of specific objects and object components.

Flags:
  • addDagObject : ado (PyNode) []

    Add the specified object to the set of objects to be displayed in the view.

  • addSelected : addSelected (bool) []

    Add the currently active objects to the set of objects to be displayed in the view.

  • loadSelected : ls (bool) []

    Replace the objects being displayed with the currently active objects.

  • removeSelected : rs (bool) []

    Remove the currently active objects to the set of objects to be displayed in the view.

  • state : s (bool) [query]

    Turns isolate select mode on/off.

  • update : u (bool) []

    Update the view’s list of objects due to a change to the set of objects to be displayed. Flag can have multiple arguments, passed either as a tuple or a list.

  • viewObjects : vo (bool) [query]

    Returns the name (if any) of the objectSet which contains the list of objects visible in the view if isolate select mode is on. If isolate select mode is off, an empty string is returned.

Derived from mel command maya.cmds.isolateSelect

Previous topic

pymel.core.general.isTrue

Next topic

pymel.core.general.itemFilter

Core

Core Modules

Other Modules

This Page