add satin underlay and offset params

pull/1/head
Lex Neva 2016-05-16 22:09:04 -04:00
rodzic 4f5a719899
commit 9f59051c97
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -14,6 +14,8 @@
<param name="hatching" type="string" _gui-text="Hatching? (yes/no)"></param>
<param name="flip" type="string" _gui-text="Flip fill? (yes/no)"></param>
<param name="satin_column" type="string" _gui-text="Satin Column? (yes/no)"></param>
<param name="satin_underlay" type="string" _gui-text="Edge-walk underlay for satin Column? (yes/no)"></param>
<param name="satin_underlay_inset" type="string" _gui-text="Inset for satin colum underlay (pixels)"></param>
<param name="stroke_first" type="string" _gui-text="Stitch stroke before fill? (yes/no)"></param>
<effect>
<object-type>all</object-type>

Wyświetl plik

@ -26,6 +26,8 @@ class EmbroiderParams(inkex.Effect):
"satin_column",
"stroke_first",
"pull_compensation",
"satin_underlay",
"satin_underlay_inset",
]
for param in self.params: