Search found 4 matches
- Thu May 03, 2012 2:36 am
- Forum: Programming
- Topic: Scripting Extension use.
- Replies: 8
- Views: 5904
Re: Scripting Extension use.
Apologies for the double post. Could someone write out a short example in code? I want to run this from the command line, so something like: launch Inkscape; open C:/Curves/Curve1.svg; transform: Curve1: vertical 120%, horizontal 100%; save new svg document as 'new1'; close document; close inkscape;...
- Wed May 02, 2012 8:09 am
- Forum: Programming
- Topic: Scripting Extension use.
- Replies: 8
- Views: 5904
Re: Scripting Extension use.
deleted
- Wed May 02, 2012 12:42 am
- Forum: Programming
- Topic: Scripting Extension use.
- Replies: 8
- Views: 5904
Re: Scripting Extension use.
What I'm trying to do is: load a curve, load a shape, (both the directory path to this curve and it's filename will be hard coded into the code, no need for a dialog box) run the add points extension to insure there are enough nodes on the surface of the shape select both the curve and the shape, an...
- Tue May 01, 2012 4:41 am
- Forum: Programming
- Topic: Scripting Extension use.
- Replies: 8
- Views: 5904
Scripting Extension use.
How would I go about creating code that made use of the generate from curve extension? Are all the loaded extensions available as methods. Tuff to find much info.