From e9ef14c185c1448f53803b13c8050d45292b2273 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Fri, 19 Jan 2007 20:43:54 +0000 Subject: [PATCH] rename wave to ribbon --- share/extensions/pathalongpath.inx | 2 +- share/extensions/pathalongpath.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/extensions/pathalongpath.inx b/share/extensions/pathalongpath.inx index 303427a82..f7e728f0d 100644 --- a/share/extensions/pathalongpath.inx +++ b/share/extensions/pathalongpath.inx @@ -15,7 +15,7 @@ Snake - Wave + Ribbon 0.0 diff --git a/share/extensions/pathalongpath.py b/share/extensions/pathalongpath.py index 598f3c817..ba4534b13 100644 --- a/share/extensions/pathalongpath.py +++ b/share/extensions/pathalongpath.py @@ -186,7 +186,7 @@ class PathAlongPath(pathmodifier.Diffeo): def effect(self): self.prepareSelectionList() - self.options.wave = (self.options.kind=="Wave") + self.options.wave = (self.options.kind=="Ribbon") if self.options.copymode=="Single": self.options.repeat =False self.options.stretch=False -- 2.30.2