Re: [PyMOL] translating cgo text

2007-04-02 Thread Tsjerk Wassenaar
Hi, A workaround may be to wrap the cgo object in a python object, with a reload function, as well as with transformation functions. class CGOWrap: cgoObject = [] name= [] def translate(self,vector): def rotate(self,matrix): def reload(self) ...etc... The most difficult thing is

Re: [PyMOL] translating cgo text

2007-04-01 Thread DeLano Scientific
Jennifer, Having glanced at the code, this is clearly not yet possible -- only molecule objects, atoms, and labels can currently be dragged about. However, eventually it will be possible to drag and animate all object types. Cheers, Warren -- DeLano Scientific LLC Subscriber Support Services