Re: [PyMOL] transparency and cgo

2006-07-08 Thread Terry Jones
> "Greg" == Grégori Gerebtzoff writes: Greg> You can also embed the transparency (ALPHA) value into your cgo file Greg> like this: Thanks Greg. I've just spent a couple of hours playing with this. Regards, Terry

Re: [PyMOL] transparency and cgo

2006-07-06 Thread Grégori Gerebtzoff
Terry, You can also embed the transparency (ALPHA) value into your cgo file like this: from pymol.cgo import * obj = [ BEGIN, LINES, LINEWIDTH, 15, ALPHA, 0.6, VERTEX, 0.56, -0.88, 5.75, VERTEX, -1.18, -0.99, -6.88, END ] Cheers, Greg

Re: [PyMOL] transparency and cgo

2006-07-05 Thread Terry Jones
> "Zheng" == Zheng Yang writes: Zheng> Try this: set cgo_transparency, VALUE, CGO-OBJECT NAME Zheng> e.g. set cgo_transparency, 0.5, Sphere Hi Zheng Thanks for your answer, that works well (note for others: pymol > 0.99 seems required, the command is not recognized under 0.98). Terry

Re: [PyMOL] transparency and cgo

2006-07-05 Thread Zheng Yang
AM To: pymol-users@lists.sourceforge.net Subject: [PyMOL] transparency and cgo Is there any way to specify / produce transparency when using CGO in pymol? It doesn't look like it, but I thought I'd ask Terry Using Tomcat but need to do more? Need to support web services, security?

[PyMOL] transparency and cgo

2006-07-05 Thread Terry Jones
Is there any way to specify / produce transparency when using CGO in pymol? It doesn't look like it, but I thought I'd ask Terry