mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-02 22:22:55 +02:00
Fixes lack of passing children to attachable() in rotate_extrude_bezier()
This commit is contained in:
@@ -563,6 +563,7 @@ module rotate_sweep_bezier(bezier, splinesteps=16, N=3, convexity=undef, angle=3
|
||||
rotate_extrude(convexity=convexity, angle=angle) {
|
||||
polygon(oline);
|
||||
}
|
||||
children();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user