From: Joe H. <hea...@gm...> - 2012-02-16 13:57:00
|
The following code snippet generates a runtime error saying that reading scene.range isn't supported when autoscale is enabled. Yet saying scene.autoscale = 0 should disable autoscale. Is this a known bug or am I doing something wrong? from visual import * sphere() scene.autoscale = 0 print (scene.range) Joe Heafner Sent from one of my Macs |