kopia lustrzana https://github.com/inkstitch/inkstitch
auto satin should trim at the end too
rodzic
602f201cb6
commit
a14ed903cf
|
@ -728,4 +728,8 @@ def add_trims(elements, trim_indices):
|
|||
|
||||
new_elements.append(element)
|
||||
|
||||
# trim at the end, too
|
||||
if i not in trim_indices:
|
||||
add_commands(element, ["trim"])
|
||||
|
||||
return new_elements
|
||||
|
|
Ładowanie…
Reference in New Issue