Re: [PyMOL] custom labels losing their colors on ray tracing [EXTERNAL]

2019-08-21 Thread Rochtus, Anne
Please unsubscribe Op 21-08-19 20:28 heeft Dyda via PyMOL-users geschreven: Hi Thomas, Thanks. In the meantime I figured that the problem was a larger than 0.0 setting of spec_direct that washes out the label colors. Setting it 0.0 solves it at a price of some ima

Re: [PyMOL] custom labels losing their colors on ray tracing

2019-08-21 Thread Dyda via PyMOL-users
Hi Thomas, Thanks. In the meantime I figured that the problem was a larger than 0.0 setting of spec_direct that washes out the label colors. Setting it 0.0 solves it at a price of some image degradation. Fred *** Fr

Re: [PyMOL] custom labels losing their colors on ray tracing

2019-08-21 Thread Thomas Holder
Hi Fred, I can't reproduce this. Do you have a complete example? This is how I tested it: pseudoatom labelname, pos=[1,2,3], label=some_string set label_color, red ray # -> label is red set label_color, blue, labelname ray # -> label is blue set label_color, green, (labelname) ray # -> label is

[PyMOL] custom labels losing their colors on ray tracing

2019-08-19 Thread Dyda via PyMOL-users
It appears that customs labels created with pseudoatom labelname, pos=[x,y,z], label=some_string lose their colors when the image is raytraced. Does anyone know whether a workaround exist? Thanks. Fred *** Fred