Re: [PyMOL] Change appearance of CGO Objects

2018-12-17 Thread Thomas Holder
Hi Michel, Some operations should be compatible with the "color" command, in particular all BEGIN/END operations, as long as there is no COLOR operation. Only those which have the color as part of the operation arguments (like CYLINDER and TRIANGLE) won't be recolorable. Example: from pymol i

[PyMOL] Change appearance of CGO Objects

2018-12-17 Thread Michel Rickhaus
Hi all I was wondering whether it is possible to change the appearance of a CGO Object after creation. I typically set the attributes of each CGO (plane for instance) using dict = {'ALPHA':1.0, 'COLOR':[0.99, 0.87, 0.67], 'INVERT':False} before the creating of the CGO and calling dict. Sometimes