Update pymol_color_plugin.py
This commit is contained in:
@@ -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.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.hide('everything', 'all')
|
||||||
#cmd.show('lines', obj_name)
|
#cmd.show('lines', obj_name)
|
||||||
|
## pymol 编辑模式
|
||||||
|
#选择mouse,3 botton edit 模式,需要在3 botton view 模式下先选择对象。
|
||||||
|
#按住shift + 左键进行旋转
|
||||||
|
#按住shift + 中键进行平移
|
||||||
cmd.extend('colorp',colorp)
|
cmd.extend('colorp',colorp)
|
||||||
cmd.extend('method',method)
|
cmd.extend('method',method)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user