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:
Diffstat (limited to 'add_advanced_objects_panels/delaunay_voronoi.py')
-rw-r--r--add_advanced_objects_panels/delaunay_voronoi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_advanced_objects_panels/delaunay_voronoi.py b/add_advanced_objects_panels/delaunay_voronoi.py
index 92cd0dad..44e746df 100644
--- a/add_advanced_objects_panels/delaunay_voronoi.py
+++ b/add_advanced_objects_panels/delaunay_voronoi.py
@@ -157,7 +157,7 @@ class OBJECT_OT_TriangulateButton(Operator):
print("Total :%s faces %s verts" % (len(faces), len(points_3D)))
return {'FINISHED'}
- # Get points coodinates
+ # Get points coordinates
r = obj.rotation_euler
s = obj.scale
mesh = obj.data
@@ -244,7 +244,7 @@ class OBJECT_OT_VoronoiButton(Operator):
# move the check into the poll
obj = context.active_object
- # Get points coodinates
+ # Get points coordinates
r = obj.rotation_euler
s = obj.scale
mesh = obj.data