ANN: SuPy 1.3

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Feb 15 00:29:40 CET 2009


SuPy 1.3 Available
------------------

    http://www.cosc.canterbury.ac.nz/greg.ewing/SuPy/

Changes in this version:

- Added the rest of the promised functionality to the menus module
   (submenus and separators) and provided an example of its usage
   in examples.py.

- The scheme for preserving variables using a __keep__ attribute
   turned out to be fatally flawed. It has been replaced by a new
   mechanism using a keep() function instead. See the section on
   "Preserving Data" for details.


What is SuPy?
-------------

SuPy is a plugin for the Sketchup 3D modelling application
that lets you script it in Python.

-- 
Greg Ewing
greg.ewing at canterbury.ac.nz


More information about the Python-announce-list mailing list