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
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