On Mon, 2004-08-16 at 13:17, Jonathan Brandmeyer wrote:
> 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.
Also, the mystery class "shared_vector" has been given the slightly more
stealthy name "Vector".
-Jonathan
|