Re: [PyMOL] View manger (and how to store arbitrary data on the session?)

2019-10-30 Thread Pedro Lacerda
Hi Jared, Glad you liked and thank you for the patch and incentive. I'll pull it on the repo and create a wiki page. Best regards, Pedro Lacerda Em qua, 30 de out de 2019 14:16, Jared Sampson escreveu: > Hi Pedro - > > I just took a look at the plugin, and it seems quite convenient. I > imag

Re: [PyMOL] Get surface coordinates

2019-10-30 Thread Thomas Holder
Hi Pedro, There is a "dump" command which exports all surface points and normals to a text file. dump /tmp/dump.txt, acceptor_17 Each line will have 6 numbers, 3 for the position, and 3 for the normal. For cmd.get_volume_field you need the map name, not the surface name. data = cmd.get_vo