2 Jul
2009
2 Jul
'09
11:42 a.m.
Maarten van der Velde wrote:
I'm still wishing for a model by which we have access to the living inkscape internals and access to draw with all of those tools in python.
Yes, that was what I was hoping for. A bit like in Blender, maybe. Programmig in Python there is surprisingly straight-forward, compared to itsĀ“ user-interface :) I guess people would create a lot more "effects" if there was a simple and straightforward way of saying things like:
x=selection.drawingNode[3].x
or
myBezier.addDrawingNode(myNewNode)
Keep going! It would be very helpful to your cause if you could start a page on the Wiki to design the API you seek. Implementation is probably pretty easy here, I think it is the API design part that is holding people back.
Aaron Spike