summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-05-12 14:55:25 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-05-12 14:55:25 +0000
commit76d0d518f4fea9a2e575985089bd529a676f7717 (patch)
tree9573344101937512d1ef084a99f12742d8564a94
parentit is limited but not really experimental anymore (diff)
downloadinkscape-76d0d518f4fea9a2e575985089bd529a676f7717.tar.gz
inkscape-76d0d518f4fea9a2e575985089bd529a676f7717.zip
allow float lengths back
(bzr r5656)
-rw-r--r--share/extensions/addnodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/addnodes.py b/share/extensions/addnodes.py
index af59a0d67..b12f440d7 100644
--- a/share/extensions/addnodes.py
+++ b/share/extensions/addnodes.py
@@ -70,7 +70,7 @@ class SplitIt(inkex.Effect):
dest="segments", default=2,
help="Number of segments to divide the path into")
self.OptionParser.add_option("--max",
- action="store", type="int",
+ action="store", type="float",
dest="max", default=2,
help="Number of segments to divide the path into")
self.OptionParser.add_option("--method",