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:
@ -173,6 +173,6 @@ Typical ruler set: 7.25, 9.5, 10, 12, 14, 15, 16, 20
|
||||
</effects-menu>
|
||||
</effect>
|
||||
<script>
|
||||
<command location="inx" interpreter="python">fablabchemnitz_fret_ruler.py</command>
|
||||
<command location="inx" interpreter="python">fret_ruler.py</command>
|
||||
</script>
|
||||
</inkscape-extension>
|
@ -5,7 +5,7 @@
|
||||
|
||||
###
|
||||
import inkex
|
||||
import fablabchemnitz_fret_scale as fs
|
||||
import fret_scale as fs
|
||||
import os # for scala file filtering
|
||||
from math import radians, cos, sin, pi
|
||||
from lxml import etree
|
Reference in New Issue
Block a user