From: Bruce S. <Bru...@nc...> - 2012-02-16 15:04:50
|
It is unfortunately a known bug. Bruce Sherwood On Thu, Feb 16, 2012 at 6:56 AM, Joe Heafner <hea...@gm...> wrote: > 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 > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |