updated comment for previous commit.

This commit is contained in:
Ryan Schultz
2025-12-01 11:06:09 -06:00
committed by GitHub
parent f083425656
commit 349cbf27b9
@@ -1006,7 +1006,7 @@ class CreateDrawing(bpy.types.Operator):
closed_polygons = shapely.polygonize(unioned_boundaries.geoms)
for polygon in closed_polygons.geoms:
# Less than 1mm2 is not worth styling on sheet
# Less than 0.1mm2 is not worth styling on sheet
if polygon.area < .1:
continue
centroid = polygon.centroid