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:
@ -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>
|
@ -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):
|
Reference in New Issue
Block a user