Hi All,
I'd like to know if it is possible to call the menu operation "Path -> division" from a python extension and how ?
Thanks
How to call "path division operation" from python ?
Re: How to call "path division operation" from python ?
Through the use of verbs, you can see a list of all verbs by typing inkscape --verb-list
http://inkscape.modevia.com/inkscape-man.html
http://inkscape.modevia.com/inkscape-man.html
just hand over the chocolate and nobody gets hurt
Inkscape Manual on Floss
Inkscape FAQ
very comprehensive Inkscape guide
Inkscape 0.48 Illustrator's Cookbook - 109 recipes to learn and explore Inkscape - with SVG examples to download
Inkscape Manual on Floss
Inkscape FAQ
very comprehensive Inkscape guide
Inkscape 0.48 Illustrator's Cookbook - 109 recipes to learn and explore Inkscape - with SVG examples to download
Re: How to call "path division operation" from python ?
dextermagnific wrote:if it is possible to call the menu operation "Path -> division" from a python extension and how?
Extension scripts cannot access internal Inkscape commands.
If you use linux and know how to build inkscape from the sources, you might consider using the dbus scripting API in Inkscape trunk. Note that documentation and examples are scarce since this is only part of the development branch for now and not enabled by default.