30 Oct
2006
30 Oct
'06
10:42 p.m.
Hi Jean-Francois, There is a bug in Chimera 1.2304 that prevents saving default volume dialog settings. It generates an error message. I've fixed the problem in our code. If you want to fix it in your copy of Chimera you can edit the text file: chimera/share/VolumeViewer/defaultsettings.py changing line 194 from p['shown_panels'] = d.shown_panel_names() to p['shown_panels'] = map(lambda p: p.name, d.shown_panels()) Then restart Chimera. This fix will be in the next Chimera snapshot. Tom