From ahaas at airmail.net Fri Apr 2 12:37:55 2004 From: ahaas at airmail.net (Art Haas) Date: Fri Apr 2 12:38:03 2004 Subject: [PythonCAD] More undo/redo stuff checked in Message-ID: <20040402173755.GA16963@artsapartment.org> Hi. There is now a 'Redo' menu choice, and it does work. So, you can draw some entities, then 'undo' the drawing, then 'redo' the drawing to restore them, then 'undo' again, etc, etc. There is still a lot of debugging printout going on, and I'm certain that the undo/redo stuff is not error free, but it is nice to see this stuff in the program and working at last. Art -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 From amicogodzilla at bruttocarattere.org Tue Apr 13 09:05:13 2004 From: amicogodzilla at bruttocarattere.org (Manuele) Date: Tue Apr 13 09:10:52 2004 Subject: [PythonCAD] list2dxf.py Message-ID: <20040413150513.1d5e90df.amicogodzilla@bruttocarattere.org> hi! recently I have written e little software to convert a points list to a dxf file (inverse function of dxf.py found at: http://subversion.pythoncad.org:9000/svn/pythoncad/trunk/Generic/) I called it list2dxf.py if someone thinks that it could be interesting can find it at the page: http://tina.polito.it/~manuele/fys/ bye -- Manuele Jabber contact: amicogodzilla@jabber.linux.it From ahaas at airmail.net Wed Apr 28 14:52:45 2004 From: ahaas at airmail.net (Art Haas) Date: Wed Apr 28 14:58:47 2004 Subject: [PythonCAD] ANNOUCE: Thirteenth release of PythonCAD now available Message-ID: <20040428185245.GH20535@artsapartment.org> I'd like to announce the thirteenth development release of PythonCAD, a CAD package for open-source software users. As the name implies, PythonCAD is written entirely in Python. The goal of this project is to create a fully scriptable drafting program that will match and eventually exceed features found in commercial CAD software. PythonCAD is released under the GNU Public License (GPL). PythonCAD requires Python 2.2 or Python 2.3. The interface is GTK 2.0 based, and uses the PyGTK module for interfacing to GTK. The design of PythonCAD is built around the idea of separating the interface from the back end as much as possible. By doing this, it is hoped that both GNOME and KDE interfaces can be added to PythonCAD through usage of the appropriate Python module. Addition of other interfaces will depend on the availability of a Python module for that particular interface and developer interest and action. The thirteenth release of PythonCAD is the first release to offer undo/redo abilities. The undo/redo work is in its initial stage, and upcoming releases will enhance the robustness of the code. The long term goal with undo/redo work is to make both as unlimited as possible, but for the first release the functionality works best if only the last action is undone or redone. Undoing and redoing multiple operations works in certain cases, but not not in others. Development efforts for the next release will concentrate on enhancing the undo/redo abilities of the program. This release also has the ability to save the current background and foreground colors, and offers the user the ability to specify the color for boxes drawn around points. As for code cleanups, a number of deprecated methods have been removed, and several existing methods are now deprecated. An assortment of bug fixes and code improvements have been added as well. The mailing list for the development and use of PythonCAD is available. Visit the following page for information about subscribing and viewing the mailing list archive: http://mail.python.org/mailman/listinfo/pythoncad Visit the PythonCAD web site for more information about what PythonCAD does and aims to be: http://www.pythoncad.org/ Come and join me in developing PythonCAD into a world class drafting program, and Happy New Year to everyone! Art Haas -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822