Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2022-10-14 20:52:42 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-10-14 20:52:42 +0300
commit99d2c979a9bd4b38d618696c83cb02fd6d8083ae (patch)
treefab66f8a3bb0854c4403e3335b253357cf3fb54c /mesh_inset
parenta2e69343eb0893f4e4d404d20ba4c2f66d01f40a (diff)
Cleanup: fix typos
Contributed by luzpaz. Differential Revision: https://developer.blender.org/D16234
Diffstat (limited to 'mesh_inset')
-rw-r--r--mesh_inset/geom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_inset/geom.py b/mesh_inset/geom.py
index d69eb4b6..9dbb98bb 100644
--- a/mesh_inset/geom.py
+++ b/mesh_inset/geom.py
@@ -559,7 +559,7 @@ def PointInside(v, a, points):
def SignedArea(polygon, points):
- """Return the area of the polgon, positive if CCW, negative if CW.
+ """Return the area of the polygon, positive if CCW, negative if CW.
Args:
polygon: list of vertex indices