Views: Difference between revisions
Jump to navigation
Jump to search
PedroLacerda (talk | contribs) (Created page with "{{Infobox script-repo |type = plugin |download = https://raw.githubusercontent.com/Pymol-Scripts/Pymol-script-repo/master/plugins/views.py |author = Pedro Sousa Lacer...") |
PedroLacerda (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
== Usage == | == Usage == | ||
Click on the "Manage views" option on the "Scene" menu ( | Click on the "Manage views" option on the "Scene" menu (the last one). Double-click an entry to rename the view. Erase it's name to delete it. | ||
Double-click an entry to rename the view. Erase it's name to delete it. | |||
[[File:views.png|500px|thumb|left|Screenshot of the plugin]] | [[File:views.png|500px|thumb|left|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, reopen to update. | |||
* Rename a view changes the order of appearance which can be inconvenient sometimes. | |||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Pymol-script-repo]] | [[Category:Pymol-script-repo]] |
Latest revision as of 00:53, 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 (the last one). Double-click an entry to rename the view. Erase it's name to delete it.
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, reopen to update.
- Rename a view changes the order of appearance which can be inconvenient sometimes.