[PyMOL] Fw: How to compile pymol with --glut?

2020-02-14 Thread sunyeping via PyMOL-users
Using yum of centos or apt of Ubuntu cannot install the latest version. -- From:Robi Gus Sent At:2020 Feb. 14 (Fri.) 22:00 To:孙业平 Subject:Re: [PyMOL] How to compile pymol with --glut? much easier to use apt to install open source

[PyMOL] Accessing vertex normals from surface representation within PyMOL session

2020-02-14 Thread Jared Sampson
Hi all - Is it possible to access surface triangle mesh position and normal values on a per-selection basis within a PyMOL session?  I know it's possible to get these by writing out and parsing .obj files, but to do this for an entire protein surface in a per-atom/residue fashion would be

[PyMOL] cmd.add_state_loop() function

2020-02-14 Thread Zheng Ruan
Hi, I'm trying to only add a given fraction of my structure ensemble to the movie frames. I see that there is a "first" and "last" option in the cmd.add_state_loop() function. However, the "last" option doesn't seem to be used by the body of the cmd.add_state_loop() function (at least the code in

Re: [PyMOL] How to compile pymol with --glut?

2020-02-14 Thread sunyeping via PyMOL-users
Hi Thomas, Thank you and I know this has been asked before, but following the suggestion posted by you does not solve the problem. After run the two commands: rm -rf build python2 setup.py --glut install --prefix=~/pymol-install-py2 The same error still comes out.