mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-19 12:01:45 +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();
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,258];
|
||||
BOSL_VERSION = [2,0,259];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Reference in New Issue
Block a user