Difference between revisions of "Reinitialize"

From PyMOLWiki
Jump to navigation Jump to search
(reset settings)
m (add SEE ALSO Delete all, a command removes all sel and obj without resetting all env param)
Line 15: Line 15:
  
 
* object = string: object name for per object settings
 
* object = string: object name for per object settings
 +
 +
===SEE ALSO===
 +
[[Delete|Delete all]]
  
 
[[Category:Commands|Reinitialize]]
 
[[Category:Commands|Reinitialize]]

Revision as of 06:50, 2 April 2012

reinitialize reinitializes PyMOL. Issuing the command 'reinitialize' during a PyMOL session clears all objects and resets all parameters to defaults; this is equivalent to re-starting the program without having to actually do so.

  • NOTE: any unsaved work will be lost!
  • NOTE: Multi-CPU machines will sometimes lose SMP abilities in PyMol after running this command.
  • NOTE: settings that usually load with a .pymolrc file will also not work

Alternatively, this command can reset all settings to default values.

USAGE

reinitialize [what [, object]]

ARGUMENTS

  • what = string: everything|settings {default: everything}
  • object = string: object name for per object settings

SEE ALSO

Delete all