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
ftputil 2.4 is now available from
http://ftputil.sschwarzer.net/download .
Changes since version 2.3
-
The ``FTPHost`` class got a new method ``chmod``, similar to
``os.chmod``, to act on remote files. Thanks go to Tom Parker for
the review.
There's a new exception ``Comm
-about-
pythonOCC aims to provide a full Python wrapper for the OpenCascade's
3D CAD modeling/visualization library classes.
The first step is to focus on modeling and import/export classes
(IGES, STEP, VRML) in order to provide a complete, powerful, and easy-
to-use 3D modeler using
Python
SuPy 1.4 Available
--
http://www.cosc.canterbury.ac.nz/greg.ewing/SuPy/
Changes in this version:
- Python tuples are converted to Ruby arrays, so you can pass them
directly to Sketchup methods that require an array.
- 'Array' function for converting other Python sequences