Merge pull request #216 from opensourcecnc/patch-1

Update utils.py (intarsion not working)
pull/276/head
Alain Pelletier 2024-12-17 12:11:42 -04:00 zatwierdzone przez GitHub
commit 82ff1f9b52
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1165,7 +1165,7 @@ def curveToShapely(cob, use_modifiers=False):
# FIXME: same algorithms as the cutout strategy, because that is hierarchy-respecting.
def silhoueteOffset(context, offset, style, mitrelimit):
def silhoueteOffset(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