Pymol-Scripts / Pymol-script-repo

Collected scripts for Pymol
http://www.pymolwiki.org/index.php/Git_intro
435 stars 257 forks source link

Graphical interface for get_view and set_view #105

Closed pslacerda closed 4 years ago

pslacerda commented 4 years ago

To persist the views on the session I needed to hack into the mesh_clear_selection setting.

A key-value store would be a perfect fit for this plugin and maybe for others.

pslacerda commented 4 years ago

Views are ok now. I extended to include the scenes but didn't got _cmd.get_scene_order() working, it returns always None. The architecture maybe looks dumb because there isn't much to do.