Refactored extension names by "rename 's/fablabchemnitz_//g' *.py;rename

's/fablabchemnitz_//g' *.inx;sed -i 's/>fablabchemnitz_/>/g' *.inx;sed
-i 's/fablabchemnitz_//g' *.py; rename 's/fablabchemnitz_//g' *.svg"
This commit is contained in:
2020-09-03 00:35:27 +02:00
parent 80a28a8d59
commit 4175b377bd
375 changed files with 258 additions and 223 deletions

View File

@ -28,6 +28,6 @@
</effects-menu>
</effect>
<script>
<command location="inx" interpreter="python">fablabchemnitz_shirt_waist_allington.py</command>
<command location="inx" interpreter="python">shirt_waist_allington.py</command>
</script>
</inkscape-extension>

View File

@ -34,7 +34,7 @@ End of Licensing paragraph.
'''
import math, inkex
from fablabchemnitz_sewing_patterns import *
from sewing_patterns import *
class ShirtWaistAllington(inkex.Effect):
def __init__(self):