On Mon, 2004-08-16 at 12:19, Ted Gould wrote:
On Fri, 2004-08-13 at 14:52, David Turner wrote:
I want to add Python support to Inkscape.
Very very cool. This is an oft requested feature.
From what I read, this should be a script extension. However, extensions don't seem to show up for me. Are they disabled? Do I need to do something special? Am I looking in the wrong place?
Well, extensions don't really 'show up' per se. Really, the goal is to make sure the user doesn't realize what is an extension and what isn't. We really want them to be first class functionality in Inkscape. This will make it easier to push more and more functionality to extensions as they become more mature (someday, I promise, really).
Probably the best place to start looking is at this document:
http://cvs.sourceforge.net/viewcvs.py/*checkout*/inkscape/inkscape/doc/exten...
I've read that -- I'm just not clear on what's been implemented so far. If there's an example I can cargo-cult^W^H^W work from, I would prefer to do so, but if not, I'll just figure it out from what's there.