[PyMOL] is font_color universal?

2009-06-24 Thread Thomas Stout
Hi All -- In my reading of the documentation/wiki and experimenting with settings, it looks like font_color is universal, meaning that you can only have one font color for ALL objects in a session file -- correct? I was hoping to have different color labels for different objects, so if

Re: [PyMOL] is font_color universal?

2009-06-24 Thread Warren DeLano
Tom, # per-object: set label-color, color-name, object-name # per-atom: set label-color, color-name, selection # for example fragment arg label all, name set label_color, yellow, arg set label_color, red, elem c # note that the other label settings may not work below the per-object level

Re: [PyMOL] is font_color universal?

2009-06-24 Thread Thomas Stout
Fantastic! That's exactly what I was looking for... Is that true to all versions of PyMOL? I will update the Wiki accordingly if so Thanks as always, Warren -Tom -Original Message- From: Warren DeLano [mailto:war...@delsci.com] Sent: Wednesday, June 24, 2009 11:05 AM To: Thomas

Re: [PyMOL] is font_color universal?

2009-06-24 Thread Thomas Stout
Actually, I now see that if I had read the PyMOLwiki page for label_color instead of just for label, I would have seen the syntax noting that object is a field... My bad... I may still add such an example to the label page since there is so much other material there as well... -Tom