mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 02:30:15 +02:00
bugfix
This commit is contained in:
@@ -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){
|
||||||
|
Reference in New Issue
Block a user