mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 13:51:50 +02:00
misc bugfixes
This commit is contained in:
@@ -1105,7 +1105,7 @@ function sweep(shape, transforms, closed=false, caps, style="min_edge") =
|
||||
assert(capsOK, "caps must be boolean or a list of two booleans")
|
||||
assert(!closed || !caps, "Cannot make closed shape with caps")
|
||||
is_region(shape)? let(
|
||||
regions = split_nested_region(shape),
|
||||
regions = region_parts(shape),
|
||||
rtrans = reverse(transforms),
|
||||
vnfs = [
|
||||
for (rgn=regions) each [
|
||||
|
Reference in New Issue
Block a user