Hi,

I get the following error mesage when I select "Display" --> "Performance and Quality" --> "Maximum (or Reasonable) Performance" :
Error: unknown setting 'stick_balls'

I trace the error to "modules/pymol/util.py", where there are a couple of occurences of 'stick_balls' that I think should be 'stick_ball'.

I am not sure if the change in settings gets completed, since for the two choices that refer to 'stick_balls' I do not get the "PyMOL>rebuild" message like I get for the two higher quality choices that properly call for 'stick_ball'.

In any case, here is the diff file for those interested:

--- modules/pymol/util.py       2004-07-08 14:12:00.000000000 -0400
+++ modules/pymol/util.py.new   2004-07-29 14:56:53.673856552 -0400
@@ -267,7 +267,7 @@
      cmd.set('sphere_quality',1)
      cmd.set('cartoon_sampling',6)
      cmd.set('transparency_mode',2)
-      cmd.set('stick_balls',0.0)
+      cmd.set('stick_ball',0.0)
cmd.do("rebuild") else: # maximum performance
      cmd.set('line_smooth',0)
@@ -278,7 +278,7 @@
      cmd.set('sphere_quality',0)
      cmd.set('cartoon_sampling',3)
      cmd.set('transparency_mode',0)
-      cmd.set('stick_balls',0.0)
+      cmd.set('stick_ball',0.0)
cmd.do("rebuild")
Cheers,

Stéphane

--

=================================================
Stéphane M. Gagné, Ph.D.
Professeur, biochimie et CREFSIP
3255 pavillon Marchand
Université Laval, Québec, Canada     G1K 7P4
Téléphone (bureau):  (418) 656-7860
Téléphone (labo):    (418) 656-2131, poste 4530
Télécopieur (Fax):   (418) 656-7176
courrier électronique: sga...@rsvs.ulaval.ca
=================================================

Reply via email to