We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170bd17 commit 87261c7Copy full SHA for 87261c7
plugins/views.py
@@ -4,9 +4,8 @@
4
Pedro Sousa Lacerda <pslacerda@gmail.com>
5
LaBiMM / UFBA: Laboratório de Bioinformática e Modelagem Molecular
6
7
- Open it with the "Manage views" and "Manage scenes" options on the "Scene"
8
- menu. Double-click to rename a entry. Erase it's name to delete it.
9
-
+ 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.
10
"""
11
12
import pymol
@@ -131,6 +130,3 @@ def __init_plugin__(app=None):
131
130
@action.triggered.connect
132
def toggle():
133
widget.show()
134
135
136
-__init_plugin__()
0 commit comments