Jump to content

Unset deep

From PyMOL Wiki

The unset_deep command clears settings on the object, object-state, atom and bond levels.

New in PyMOL 1.8.4

Usage

[edit]
unset_deep [ settings [, object ]]

Arguments

[edit]
  • settings = str: space separated list of setting names or empty string for all settings {default: }
  • object = str: name of one object or * for all objects {default: *}

Example

[edit]
fetch 1rx1, async=0
as cartoon
color green

# object-level
set cartoon_color, blue, 1rx1

# atom-level
set cartoon_color, red, resi 20-30

# clear on all levels
unset_deep cartoon_color

Note

[edit]

Does currently not unset atom-state level settings.

See Also

[edit]