diff --git a/pymol_color_plugin.py b/pymol_color_plugin.py index 3f83ef2..a4cc60c 100644 --- a/pymol_color_plugin.py +++ b/pymol_color_plugin.py @@ -220,6 +220,10 @@ def protgrey(selection='all'): #cmd.create(obj_name, f'byres (resn {resn} and chain {chain}) around {distance} or (resn {resn} and chain {chain})') # 选择resn的对象和resn对象周围3A的原子扩展至残基的原子 #cmd.hide('everything', 'all') #cmd.show('lines', obj_name) +## pymol 编辑模式 +#选择mouse,3 botton edit 模式,需要在3 botton view 模式下先选择对象。 +#按住shift + 左键进行旋转 +#按住shift + 中键进行平移 cmd.extend('colorp',colorp) cmd.extend('method',method)