diff --git a/scripts/addons/cam/cam_chunk.py b/scripts/addons/cam/cam_chunk.py index 0a7cee11..5ed10862 100644 --- a/scripts/addons/cam/cam_chunk.py +++ b/scripts/addons/cam/cam_chunk.py @@ -1323,7 +1323,7 @@ def polygon_convex_hull(context): # separate function in blender, so you can offset any curve. # FIXME: same algorithms as the cutout strategy, because that is hierarchy-respecting. -def silhouette_offset(context, offset, style, mitrelimit): +def silhouette_offset(context, offset, style=1, mitrelimit=1.0): """Offset the silhouette of a curve or font object in Blender. This function takes an active curve or font object in Blender and