diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-01-06 15:25:59 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-01-06 15:25:59 +0000 |
| commit | b92881dfa2e66b662effa267c57bfbc63fbeedd6 (patch) | |
| tree | 2a128665fc0b28c015495553efde6ee70dd2e9f6 /share/extensions/plotter.py | |
| parent | Add perimetral only lattice 2 optionaly and allow hide knots on point parameter (diff) | |
| parent | Add option to convert objects to paths before plotting (diff) | |
| download | inkscape-b92881dfa2e66b662effa267c57bfbc63fbeedd6.tar.gz inkscape-b92881dfa2e66b662effa267c57bfbc63fbeedd6.zip | |
Merge branch 'convertObjectsToPathsBeforePlotting' of https://gitlab.com/raboof/inkscape
Diffstat (limited to 'share/extensions/plotter.py')
| -rwxr-xr-x | share/extensions/plotter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/extensions/plotter.py b/share/extensions/plotter.py index 1d8e8f79e..43d70eebc 100755 --- a/share/extensions/plotter.py +++ b/share/extensions/plotter.py @@ -56,6 +56,7 @@ class Plot(inkex.Effect): self.OptionParser.add_option('--flat', action='store', type='float', dest='flat', default=1.2, help='Curve flatness') self.OptionParser.add_option('--autoAlign', action='store', type='inkbool', dest='autoAlign', default='TRUE', help='Auto align') self.OptionParser.add_option('--debug', action='store', type='inkbool', dest='debug', default='FALSE', help='Show debug information') + self.OptionParser.add_option('--convertObjects', action='store', type='inkbool', dest='convertObjects', default='TRUE', help='Convert objects to paths') def effect(self): # get hpgl data |
