summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-03-27 08:52:41 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-03-27 08:52:41 +0000
commit6e596e7f51a2886e02ae2074ac3441c7cc6c45e8 (patch)
treea1df286e0554a620326b05c3465cb4dc08c8291e
parentadd method to lookup path object id from Clipboard (diff)
downloadinkscape-6e596e7f51a2886e02ae2074ac3441c7cc6c45e8.tar.gz
inkscape-6e596e7f51a2886e02ae2074ac3441c7cc6c45e8.zip
patch from bug 207362
(bzr r5202)
-rw-r--r--share/extensions/edge3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/edge3d.py b/share/extensions/edge3d.py
index 62f84af63..5a77a1a46 100644
--- a/share/extensions/edge3d.py
+++ b/share/extensions/edge3d.py
@@ -101,7 +101,7 @@ class Edge3d(inkex.Effect):
result.append((cmd, params))
last = params[-2:]
if result:
- if not g:
+ if g is None:
g = self.getGroup(node)
nn = copy.deepcopy(node)
nn.set('d',simplepath.formatPath(result))