Re: [PyMOL] how to make selected residues blurry?

2018-12-09 Thread Jared Sampson
Hi Yeping - The `set_view` command sets the view matrix for the camera in PyMOL. Once you have the view you want set up in the viewport, you can copy the matrix to the system clipboard using the “Get View” button in the top GUI window and paste it into your .pml script, or print it to the

Re: [PyMOL] how to make selected residues blurry?

2018-12-09 Thread sunyeping via PyMOL-users
Hi Jared, Your solution is very clever and helpful, but I don't know how to use the set_view command. I think it is vey important here because after this setting the scene becomes very close to the original figure in the paper. Could you explain how do you set the 18 float numbers? Thank you