Deprotect: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''deprotect''' reveres the effect of the | '''deprotect''' reveres the effect of the [[Protect]] command. | ||
===USAGE=== | ===USAGE=== | ||
<source lang="python"> | |||
deprotect (selection) | |||
</source> | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.deprotect(string selection="(all)") | cmd.deprotect(string selection="(all)") | ||
</source> | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[ | [[Protect|protect]], [[Mask]], [[Unmask]], [[Mouse]], [[Editing]] | ||
[[Category:Commands|deprotect]] | [[Category:Commands|deprotect]] |