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 'mesh_extra_tools/mesh_edge_roundifier.py')
-rw-r--r--mesh_extra_tools/mesh_edge_roundifier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_extra_tools/mesh_edge_roundifier.py b/mesh_extra_tools/mesh_edge_roundifier.py
index de3eb2bf..609d0df7 100644
--- a/mesh_extra_tools/mesh_edge_roundifier.py
+++ b/mesh_extra_tools/mesh_edge_roundifier.py
@@ -76,7 +76,7 @@ def debugPrintNew(debugs, *text):
print(row)
-# Geometry and math calcualtion methods #
+# Geometry and math calculation methods #
class CalculationHelper:
@@ -403,7 +403,7 @@ class EdgeRoundifier(Operator):
items=workModeItems,
name="",
default='Normal',
- description="Normal work with the current given paramaters set by the user\n"
+ description="Normal work with the current given parameters set by the user\n"
"Reset - changes back the parameters to their default values"
)
entryModeItems = [("Radius", "Radius", ""), ("Angle", "Angle", "")]