Hello,
I'm familiar with Illustrator's scripting (mainly with javascript).
Where could I find similar stuff (python?) documentation? Is there a way to debug too?
Thank you.
Inkscape scripting api?
Re: Inkscape scripting api?
yes look on the wiki for extension module. Is basically 3 things:
- Zip
- XML
- Python
- Libraries.
Zip is needed for the packages, XML for the GUI definition, Python for the business logic.
http://tavmjong.free.fr/INKSCAPE/MANUAL ... sions.html
http://wiki.inkscape.org/wiki/index.php ... repository
http://wiki.inkscape.org/wiki/index.php ... ctTutorial
http://sugarpillstudios.com/wp/?p=142
- Zip
- XML
- Python
- Libraries.
Zip is needed for the packages, XML for the GUI definition, Python for the business logic.
http://tavmjong.free.fr/INKSCAPE/MANUAL ... sions.html
http://wiki.inkscape.org/wiki/index.php ... repository
http://wiki.inkscape.org/wiki/index.php ... ctTutorial
http://sugarpillstudios.com/wp/?p=142