From: Joe H. <hea...@gm...> - 2009-01-18 22:33:18
|
When I run this code: from visual import * scene.autoscale = 0 print scene.range sphere() print scene.range I get this: >>> ================================ RESTART ================================ >>> Traceback (most recent call last): File "/Users/heafnerj/Desktop/widthtest.py", line 4, in <module> print scene.range RuntimeError: Reading .scale and .range is not supported when autoscale is enabled. >>> I thought scene.autoscale = 0 disables autoscaling. Is this a bug? Joe |