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 'space_view3d_align_tools.py')
-rw-r--r--space_view3d_align_tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index 8a9212f6..b8c02968 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -141,7 +141,7 @@ def align_function(subject, active_too, consistent, self_or_active, loc_x, loc_y
me = obj.data
co_list = []
- # let's get all the points coodinates
+ # let's get all the points coordinates
if space == "global":
ok = False
obj_mtx = obj.matrix_world
@@ -626,7 +626,7 @@ class OBJECT_OT_align_tools(Operator):
name="Selection reference",
description="Moved objects reference point"
)
- # Active Oject Option:
+ # Active Object Option:
ref2: EnumProperty(
items=(("3", "Max", "Align to the maximum point"),
("1", "Center", "Align to the center point"),