[PyMOL] get all user defined selections?

2011-03-18 Thread Francis E Reyes
Hi all How can I get a list of all the user defined selections from the pymol api? Thanks! F - Francis E. Reyes M.Sc. 215 UCB University of Colorado at Boulder gpg --keyserver pgp.mit.edu --recv-keys 67BA8D5D 8AE2 F2F4 90F7 9640 28BC 686F 78FD 66

Re: [PyMOL] get all user defined selections?

2011-03-18 Thread Jason Vertrees
Hi Francis, > How can I get a list of all the user defined selections from the pymol > api? # start a python block python # use get_names with "public_selections" for seleName in cmd.get_names("public_selections"): print "User selection: %s" % seleName # end block python end Cheers, -- Ja

[PyMOL] Incentive PyMOL v1.4 Released

2011-03-18 Thread Jason Vertrees
Greetings, I'm delighted to announce that the Incentive build of PyMOL v1.4 has been released. Current subscribers can download the binaries for Windows, Mac and Linux from http://pymol.org/dsc/ip and access documentation and videos from http://pymol.org/dsc/dokuwiki/doku.php?id=media:new14. As y