mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
bugfix
This commit is contained in:
parent
5034c6667a
commit
b01d1edc1b
@ -1796,9 +1796,9 @@ module path_sweep(shape, path, method="incremental", normal, closed, twist=0, tw
|
|||||||
anchors = closed ? []
|
anchors = closed ? []
|
||||||
:
|
:
|
||||||
[
|
[
|
||||||
transform_anchor("start", transforms[0], invert=true),
|
transform_anchor("start", transforms[0], flip=true),
|
||||||
transform_anchor("end", last(transforms)),
|
transform_anchor("end", last(transforms)),
|
||||||
transform_anchor("start-centroid", transforms[0]*move(shapecent), invert=true),
|
transform_anchor("start-centroid", transforms[0]*move(shapecent), flip=true),
|
||||||
transform_anchor("end-centroid", last(transforms)*move(shapecent))
|
transform_anchor("end-centroid", last(transforms)*move(shapecent))
|
||||||
];
|
];
|
||||||
if (profiles){
|
if (profiles){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user