|
From: Jonathan B. <jdb...@un...> - 2004-08-16 17:17:34
|
This is a bugfix release and may be downloaded from the file release area at www.sourceforge.net/projects/visualpython. The following bugs were fixed: vector.mag and vector.mag2 are writable (they scale the vector). Color values may be specified by any 3-sequence, not just 3-tuples. Setting curve.x, y, or z in the constructor to a single value while also setting the others to a list or array works. When the camera is within the extent of the scene, the near clipping plane will not move forward into the scene. The erroneous operator __div__(float, vector), has been removed. -Jonathan |