Updated to reflect opensourcecnc's contribution

to alain's repo
pull/277/head^2
Rob 2024-12-17 14:17:09 -05:00
rodzic a11e3d43a6
commit 55c186b6f9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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