kopia lustrzana https://github.com/inkstitch/inkstitch
stagger ripples: rows are lines (#2250)
rodzic
36d5286363
commit
81e0fa1c72
|
@ -188,8 +188,8 @@ class Stroke(EmbroideryElement):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@param('staggers',
|
@param('staggers',
|
||||||
_('Stagger rows this many times before repeating. For linear ripples only.'),
|
_('Stagger lines this many times before repeating. For linear ripples only.'),
|
||||||
tooltip=_('Length of the cycle by which successive stitch rows are staggered. '
|
tooltip=_('Length of the cycle by which successive stitch lines are staggered. '
|
||||||
'Fractional values are allowed and can have less visible diagonals than integer values.'),
|
'Fractional values are allowed and can have less visible diagonals than integer values.'),
|
||||||
type='int',
|
type='int',
|
||||||
select_items=[('stroke_method', 'ripple_stitch')],
|
select_items=[('stroke_method', 'ripple_stitch')],
|
||||||
|
|
Ładowanie…
Reference in New Issue