RE: [PyMOL] transparent sticks

2005-07-28 Thread Warren DeLano
i > Sent: Wednesday, July 27, 2005 2:26 PM > To: pymol-users@lists.sourceforge.net > Subject: [PyMOL] transparent sticks > > Hi, > > I want to set some transparency in a selection, which is > displayed as sticks. I'm using the following command: > > cmd.set(&qu

[PyMOL] transparent sticks

2005-07-27 Thread Xavier Deupi
Hi, I want to set some transparency in a selection, which is displayed as sticks. I'm using the following command: cmd.set("stick_transparency",0.5,"ret") # where ret is the selection But when I run the script, ALL the sticks are modified, and not only the selection "ret", as I was expecting