Difference between revisions of "Views"

From PyMOLWiki
Jump to navigation Jump to search
Line 18: Line 18:
  
  
== Message for Developers ==
+
== Quirks ==
  
 
I found no way to listen for session loading, reinitialization or views changed directly by the [[view]] command. The GUI shows incorrect entries on these situations. Rename a view changes the order of appearance which can be inconvenient sometimes.
 
I found no way to listen for session loading, reinitialization or views changed directly by the [[view]] command. The GUI shows incorrect entries on these situations. Rename a view changes the order of appearance which can be inconvenient sometimes.

Revision as of 01:41, 18 November 2019

Type PyMOL Plugin
Download https://raw.githubusercontent.com/Pymol-Scripts/Pymol-script-repo/master/plugins/views.py
Author(s) Pedro Sousa Lacerda
License Public Domain

Description

Graphical interface for store and recall the camera view. This plugin is an wrapper to the view command.

Usage

Click on the "Manage views" option on the "Scene" menu (between "Setting" and "Mouse"). Double-click an entry to rename the view. Erase it's name to delete it.

Screenshot of the plugin


Quirks

I found no way to listen for session loading, reinitialization or views changed directly by the view command. The GUI shows incorrect entries on these situations. Rename a view changes the order of appearance which can be inconvenient sometimes.